Skip to content

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().

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