Skip to content

Commit 2ed3860

Browse files
committed
rename
1 parent f69b800 commit 2ed3860

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
@@ -22,7 +22,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
2222
- The `sampling_context` argument of `traces_sampler` now additionally contains all span attributes known at span start.
2323
- The `sampling_context` argument of `traces_sampler` doesn't contain the `asgi_scope` object anymore for ASGI frameworks. Instead, the individual properties on the scope, if available, are accessible as follows:
2424

25-
| Scope property | Span attribute |
25+
| Scope property | Sampling context key(s) |
2626
| -------------- | ------------------------------- |
2727
| `type` | `network.protocol.name` |
2828
| `scheme` | `url.scheme` |

0 commit comments

Comments
 (0)