Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into next / Prepare next into master #1347

Merged
merged 76 commits into from
Jun 6, 2018
Merged

Conversation

HazAT
Copy link
Member

@HazAT HazAT commented Jun 6, 2018

  • Run travis for raven-js
  • Ignore raven-js in lerna
  • Run travis for packages
  • Merge master into branch
  • Move all files

raven-js is now in packages and should just work.
The root README.md is still the old one to not confuse people, the new README.md is in packages.
Basically raven-js will work like a independent package in packages.

This will be merged in next branch and should prepare for the big merge into master.

TBH I don't know why GH shows so many commits, I just merged in master and moved the files see:
screenshot 2018-06-06 10 35 04

myst729 and others added 30 commits February 5, 2018 10:15
* feat: Handle moz-extension stack traces in TraceKit

* feat: Handle chrome-extension stack traces in TraceKit
* ref: Reformat computeStackTraceFromStackProp variables in TraceKit
* fix: Handle custom error names in TraceKit
When stracktrace:true is set via globalOptions there is an attempt to
create a default fingerprint value but it gets dropped from the request to
sentry. This ensures the fingerprint value is included in the data
sent to sentry.
* feat: Sensible non-Error exception serializer
* ref: Restructure captureException method
* feat: Update electron docs

* fix: typos

* meta: Update code example

* docs(electron): Remove Electron docs
* fix: Handle Schrodingers Error
* ref: Create better description for Schrodinger's Error
* handle case where both stackstraces are undefined when checking 'isSameException'
* add documentation regarding raven-teskit plugin
* adding raven-testkit docs to Tips and Tricks
Fixes loading raven in a JS dom environment
kamilogorek and others added 12 commits May 11, 2018 12:53
)

Without calling `super.handleError(err)`, Raven swallows the error without any indication for debugging in development environments
* feat: Async Loader with tests

* loader: Added simple build step

* loader: Async loading documentation

* loader: Use CDN and DSN dynamic variables

* loader: Defend users from ASI magic and update docs
* feat: initial mechanism implementation

* feat(mechanism): Update mechanism to latest spec

* ref: Review changes
Moved everything to packages/raven-js

# Conflicts:
#	.eslintrc
#	.gitignore
#	.npmignore
#	_legacy/karma.config.js
#	_legacy/karma.integration.config.js
#	_legacy/karma.sauce.config.js
#	_legacy/karma.unit.config.js
#	_legacy/scripts/build.js
#	_legacy/scripts/generate-plugin-combinations.js
#	_legacy/src/raven.js
#	_legacy/src/utils.js
#	_legacy/test/globals.js
#	_legacy/test/raven.test.js
#	_legacy/test/vendor/tracekit.test.js
#	_legacy/typescript/raven-tests.ts
#	_legacy/typescript/raven.d.ts
#	_legacy/vendor/TraceKit/tracekit.js
#	bower.json
#	dist/plugins/angular.js
#	dist/plugins/angular.min.js
#	dist/plugins/angular.min.js.map
#	dist/plugins/console.js
#	dist/plugins/console.min.js
#	dist/plugins/console.min.js.map
#	dist/plugins/ember.js
#	dist/plugins/ember.min.js
#	dist/plugins/require.js
#	dist/plugins/require.min.js
#	dist/plugins/vue.js
#	dist/plugins/vue.min.js
#	dist/raven.js
#	dist/raven.min.js
#	dist/raven.min.js.map
#	dist/sri.json
#	karma.config.js
#	karma.integration.config.js
#	karma/karma.config.js
#	karma/karma.integration.config.js
#	package-lock.json
#	package.json
@HazAT HazAT requested a review from kamilogorek as a code owner June 6, 2018 07:34
@HazAT HazAT changed the base branch from master to next June 6, 2018 07:47
@HazAT HazAT changed the title Feature/merge master Merge master into next / Prepare next into master Jun 6, 2018
@HazAT HazAT self-assigned this Jun 6, 2018
@kamilogorek
Copy link
Contributor

SHIP IT!

@HazAT HazAT merged commit 53850d2 into next Jun 6, 2018
@HazAT HazAT deleted the feature/merge-master branch June 6, 2018 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.