-
-
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
Remove usage of deprecated event.stacktrace
#4885
Remove usage of deprecated event.stacktrace
#4885
Conversation
Removes all references to `@sentry/apm`, a deprecated package we do not use anymore.
Removes the deprecated `API` class.
Removes `getActiveDomain` function and corresponding type.
The `user` dsn component was renamed to `publicKey`. This PR removes that from the dsn field.
…ntOutgoingRequests (getsentry#4859)
Increases the creation timeout of `MongoMemoryServer` to temporarily fix Node integration test flakiness
1131a9f
to
04c3602
Compare
04c3602
to
6865b6e
Compare
This broke a lot more tests than I imagined it would. Is this because Does this mean this change likely to be high impact to customers? |
This is a good observation. I realized that most folks might have to make significant updates to |
event.stacktrace
event.stacktrace
@timfish FYI, now that we're on the v7 branch, we don't need to prefix PRs with |
Mind if you can rebase this? The diff is a little hard to read. We chatted as a team, and we think it's fine for us to move off of |
…-event.stacktrace
Rebased. Is the Ember failure a flake? |
Yup - ember is a flake. |
Removes usage of deprecated `event.stacktrace` and updated the event interface to remove the deprecated property.
Removes usage of deprecated `event.stacktrace` and updated the event interface to remove the deprecated property.
Removes usage of deprecated `event.stacktrace` and updated the event interface to remove the deprecated property.
Removes usage of deprecated `event.stacktrace` and updated the event interface to remove the deprecated property.
Removes usage of deprecated `event.stacktrace` and updated the event interface to remove the deprecated property.
Removes usage of deprecated
event.stacktrace
I'll add some inline comments to cover my remaining concerns...
Fixes #2605