-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
* 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
changed the title
Feature/merge master
Merge master into next / Prepare next into master
Jun 6, 2018
SHIP IT! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
raven-js
is now inpackages
and should just work.The root
README.md
is still the old one to not confuse people, the newREADME.md
is inpackages
.Basically
raven-js
will work like a independent package inpackages
.This will be merged in
next
branch and should prepare for the big merge intomaster
.TBH I don't know why GH shows so many commits, I just merged in master and moved the files see: