Skip to content

Commit 728b581

Browse files
committed
add docs
1 parent 856ec94 commit 728b581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ enum. If you were using the `Severity` enum, you should replace it with the `Sev
2727
The `Offline` integration has been removed in favor of the offline transport wrapper:
2828
http://docs.sentry.io/platforms/javascript/configuration/transports/#offline-caching
2929

30+
## Removal of `enableAnrDetection` and `Anr` class (##10562)
31+
32+
The `enableAnrDetection` and `Anr` class have been removed. See the [docs](https://docs.sentry.io/platforms/node/configuration/application-not-responding/) for more details how to migrate to `anrIntegration`, the new integration for ANR detection.
33+
3034
## Other changes
3135

3236
- Remove `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)

0 commit comments

Comments
 (0)