Skip to content

Commit 5dff8d8

Browse files
committed
formatting
1 parent 31505a5 commit 5dff8d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

MIGRATION_GUIDE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ 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 `wsgi_environ` object anymore for WSGI frameworks. Instead, the individual properties on the environment are accessible, if available, as follows:
2424

25-
| Env property | Sampling context key |
26-
| ------------ | ------------------------- |
27-
| `PATH_INFO` | `url.path` |
28-
| `QUERY_STRING` | `url.query` |
29-
| `REQUEST_METHOD` | `http.request.method` |
30-
| `SERVER_NAME` | `server.address` |
31-
| `SERVER_PORT` | `server.port` |
32-
| `wsgi.url_scheme` | `url.scheme` |
25+
| Env property | Sampling context key |
26+
| ----------------- | --------------------- |
27+
| `PATH_INFO` | `url.path` |
28+
| `QUERY_STRING` | `url.query` |
29+
| `REQUEST_METHOD` | `http.request.method` |
30+
| `SERVER_NAME` | `server.address` |
31+
| `SERVER_PORT` | `server.port` |
32+
| `wsgi.url_scheme` | `url.scheme` |
3333

3434
- 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:
3535

0 commit comments

Comments
 (0)