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.stacktraceevent.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.stacktraceI'll add some inline comments to cover my remaining concerns...
Fixes #2605