Skip to content

Commit 0489752

Browse files
authored
doc(utils): Add migration note for stripUrlQueryAndFragment import (#7689)
1 parent 1c009fa commit 0489752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MIGRATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Sentry.init({
5656
});
5757
```
5858

59+
**Note:** If you imported `stripUrlQueryAndFragment` from `@sentry/tracing`, you'll need to import it from `@sentry/utils`, once you remove `@sentry/tracing`.
60+
5961
## Replay options changed (since 7.35.0) - #6645
6062

6163
Some options for replay have been depracted in favor of new APIs.

0 commit comments

Comments
 (0)