-
-
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
New SDKs #1349
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
* fix: This can be null under some circumstances * ref: Rename Frontend to Client * ref: ClientBase -> BaseClient * ref: Remove client and pass options instead * ref: Add correct type checks for raven-js send
* feat(types): Introduce @sentry/types package * feat(types): Remove redundant package-lock.json
# Conflicts: # packages/browser/src/backend.ts
* ref: Move setContext to configureScope * feat: Add fingerprint, Remove sinon/chai use jest only in shim * feat: Bump shim api version * ref: Code comments * ref: Rename to ScopeInstane since Scope is reserved * ref: Remove sinon and chai from core * feat: Rewrite node sdk to use configureScope * ref: Remove sinon/chai from node * ref: Browser use configure scope * ref: Renaming Scope/Layer/ScopeContent * ref: Scope is now Scope, no more Content * ref: Remove initial Scope from sdks * ref: Convert scope into class * ref: Move scope to correct file * ref: Doc comments, Move scope to seperate file * ref: Move scope into core * ref: Core scope cleanup
# Conflicts: # .gitignore # Gruntfile.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/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.json # packages/raven-js/karma/karma.config.js # packages/raven-js/karma/karma.integration.config.js # packages/raven-js/scripts/build.js # packages/raven-js/scripts/generate-plugin-combinations.js # packages/raven-js/src/utils.js # packages/raven-js/test/globals.js # src/singleton.js # src/utils.js # test/utils.test.js # typescript/raven-tests.ts # typescript/raven.d.ts
kamilogorek
approved these changes
Jun 7, 2018
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.
ref: #1281