We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
amqplibIntegration
We want to instrument amqplib. There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-amqplib
The content you are editing has changed. Please copy your edits and refresh the page.
@sentry/node
origin
This is a queue integration, and thus must follow https://develop.sentry.dev/sdk/telemetry/traces/modules/queues/. You can see https://docs.sentry.io/platforms/javascript/guides/node/tracing/instrumentation/custom-instrumentation/queues-module/ for a reference.
The text was updated successfully, but these errors were encountered:
de9cf8a
This issue was closed by PR #13714, which was included in the 8.32.0 release.
Sorry, something went wrong.
ci: Automatically notify issues after release (#13808)
3714d60
This ensures that whenever we publish a release, we automatically add a comment to all issues linked to PRs like this: #13312 (comment) ![image](https://github.com/user-attachments/assets/c84a810f-5653-4fcc-85d0-bc6ad0aa4801) This way, we do not need to manually go through issues, but users can automatically be notified that a change should be out now.
obecny
Successfully merging a pull request may close this issue.
Description
We want to instrument amqplib. There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-amqplib
Tasks
This is a queue integration, and thus must follow https://develop.sentry.dev/sdk/telemetry/traces/modules/queues/. You can see https://docs.sentry.io/platforms/javascript/guides/node/tracing/instrumentation/custom-instrumentation/queues-module/ for a reference.
The text was updated successfully, but these errors were encountered: