Skip to content

Commit

Permalink
chore: Update spanStatusfromHttpCode import in migration docs (#4624)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Feb 23, 2022
1 parent d3e6f5c commit 6809dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We deprecated the `Status` enum in `@sentry/tracing` and it will be removed in t

```js
// New in 6.17.0:
import { spanStatusfromHttpCode } from '@sentry/utils';
import { spanStatusfromHttpCode } from '@sentry/tracing';

const status = spanStatusfromHttpCode(403);

Expand Down

0 comments on commit 6809dd2

Please sign in to comment.