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
This decorator can be put on any function within a nest application. Without this users can still do it using the tracing API but having a dedicated decorator is much more native to nest so should be more intuitive for nest developers. This can be used wherever we don't have automatic performance instrumentation yet or in scenarios where it might not work for some reason.
The text was updated successfully, but these errors were encountered:
nicohrubec
changed the title
startSpan decorator to get spans for arbitrary functions https://github.com/getsentry/sentry-javascript/pull/12721
startSpan decorator to get spans for arbitrary functions
Jul 4, 2024
nicohrubec
changed the title
startSpan decorator to get spans for arbitrary functions
SentryTraced() decorator to get spans for arbitrary functions
Aug 28, 2024
This decorator can be put on any function within a nest application. Without this users can still do it using the tracing API but having a dedicated decorator is much more native to nest so should be more intuitive for nest developers. This can be used wherever we don't have automatic performance instrumentation yet or in scenarios where it might not work for some reason.
The text was updated successfully, but these errors were encountered: