Skip to content

Commit 752db32

Browse files
authored
ref(migration_guide): fix typo in migration guide
Corrected a typo in the migration guide regarding the asynchronous context manager for spans.
1 parent e5a38ef commit 752db32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sentry_sdk.init(
2323
)
2424
```
2525

26-
- Added an asynchronous context manager for spans. This can be used to remove unnessecary nesting for span creation in async programs.
26+
- Added an asynchronous context manager for spans. This can be used to remove unnecessary nesting for span creation in async programs.
2727
- Added `flush_async()` as a top level API. This has to be used when flushing the async transport. `flush_async` is a coroutine and can be awaited if blocking behaviour is desired.
2828
### Changed
2929

0 commit comments

Comments
 (0)