You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,16 @@ Affected SDKs: All SDKs.
254
254
255
255
If you reference these attributes in custom instrumentation, `beforeSendSpan`, dashboards, or alerts, update them to the new names.
256
256
257
+
### Span operation changes
258
+
259
+
Affected SDKs: All SDKs.
260
+
261
+
Span operations (`sentry.op`) were aligned with the values defined in `@sentry/conventions`:
262
+
263
+
-`@sentry/node`: Firebase Functions spans now use `function.gcp` instead of `http.request`. The wrapper instruments all function trigger types (HTTP, Firestore, scheduler, storage), so a fixed HTTP op was wrong. The trigger type remains available on the `faas.trigger` attribute.
264
+
265
+
If you reference these operations in dashboards, alerts, or `beforeSendSpan`, update them to the new values.
266
+
257
267
### `thirdPartyErrorFilterIntegration` filters internal frames by default
0 commit comments