Skip to content

Commit 6809dd2

Browse files
authored
chore: Update spanStatusfromHttpCode import in migration docs (#4624)
1 parent d3e6f5c commit 6809dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ We deprecated the `Status` enum in `@sentry/tracing` and it will be removed in t
7272

7373
```js
7474
// New in 6.17.0:
75-
import { spanStatusfromHttpCode } from '@sentry/utils';
75+
import { spanStatusfromHttpCode } from '@sentry/tracing';
7676

7777
const status = spanStatusfromHttpCode(403);
7878

0 commit comments

Comments
 (0)