Skip to content

Commit f8533f0

Browse files
committed
add docs
1 parent 12babda commit f8533f0

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
@@ -11,6 +11,10 @@ enum. If you were using the `Severity` enum, you should replace it with the `Sev
1111
The `Offline` integration has been removed in favor of the offline transport wrapper:
1212
http://docs.sentry.io/platforms/javascript/configuration/transports/#offline-caching
1313

14+
## Removal of `enableAnrDetection` and `Anr` class
15+
16+
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.
17+
1418
# Deprecations in 7.x
1519

1620
You can use the **Experimental** [@sentry/migr8](https://www.npmjs.com/package/@sentry/migr8) to automatically update

0 commit comments

Comments
 (0)