Skip to content

Commit 62b0ee0

Browse files
committed
migration guide
1 parent 8c05808 commit 62b0ee0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

MIGRATION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,9 @@ Span operations (`sentry.op`) were aligned with the values defined in `@sentry/c
265265
- `@sentry/opentelemetry`: HTTP spans inferred from OpenTelemetry attributes no longer get a `.prefetch` suffix, so prefetch requests use `http.client`/`http.server` like any other request. Prefetch requests remain identifiable via the `sentry.http.prefetch` attribute.
266266
- `@sentry/google-cloud-serverless`: `googleCloudGrpcIntegration` spans now use `grpc` instead of `grpc.<service>`. The service is now identified by the new `rpc.service` attribute, alongside `rpc.system.name` and `rpc.method`.
267267
- `@sentry/angular`: `TraceDirective` and `TraceClass` spans now use `ui.mount` instead of `ui.angular.init`. `TraceMethod` spans now use `function` instead of `ui.angular.<methodName>`; the method name is available on the new `code.function.name` attribute.
268-
- `@sentry/ember`: Route hook spans from `instrumentRoutePerformance` now use `function` instead of `ui.ember.route.<hook>`. The hook name is available on the new `code.function.name` and `ember.route.hook` attributes.
269-
- `@sentry/ember`: Runloop spans now use `ui.task` instead of `ui.ember.runloop.<queue>`. The queue is available on the new `ember.runloop.queue` attribute.
268+
- `@sentry/ember`:
269+
- Route hook spans from `instrumentRoutePerformance` now use `function` instead of `ui.ember.route.<hook>`. The hook name is available on the new `code.function.name` and `ember.route.hook` attributes.
270+
- Runloop spans now use `ui.task` instead of `ui.ember.runloop.<queue>`. The queue is available on the new `ember.runloop.queue` attribute.
270271

271272
If you reference these operations in dashboards, alerts, or `beforeSendSpan`, update them to the new values.
272273

0 commit comments

Comments
 (0)