Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Allow adding measurements without global client #13612

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Sep 8, 2024

While working on updating sentry-javascript-bundler-plugins to use v8 of the JavaScript SDK, I found that I was unable to set measurements as the global client is not used.

If you're not using a global client, there is currently no way to add measurements because Sentry.setMeasurement() relies on getActiveSpan() which in turn relies on getCurrentScope().

This PR moves the activeSpan into the last parameter which defaults to getActiveSpan().

@@ -8,8 +8,7 @@ import { getActiveSpan, getRootSpan } from '../utils/spanUtils';
/**
* Adds a measurement to the current active transaction.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's update the docstring to reflect this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants