How to use Metrics with Sentry in shared environment? #12503
Answered
by
hdkshingala
hdkshingala
asked this question in
Q&A
|
We are using Sentry with our VS Code extension and want to use the Metrics feature. As we are in a shared environment, we setup the client manually as described in - https://docs.sentry.io/platforms/javascript/best-practices/shared-environments/. With this type of setup, I want to know how we can use the Metrics and the docs only shows the steps by using I tried using the |
Answered by
hdkshingala
Jun 17, 2024
Replies: 1 comment 2 replies
|
The error was due to mismatch of the SDK version which is fixed now. I am getting some metrics by running it as below: Is this the correct way of using the Metrics in the shared environments? |
2 replies
Answer selected by
hdkshingala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error was due to mismatch of the SDK version which is fixed now. I am getting some metrics by running it as below:
Is this the correct way of using the Metrics in the shared environments?