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

docs(js): Add docs for amqplib #11565

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Amqplib
description: "Adds instrumentation for Amqplib. (default)"
supported:
- javascript.node
- javascript.astro
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.deno
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.koa
- javascript.electron
- javascript.nestjs
- javascript.nextjs
- javascript.nuxt
- javascript.solidstart
- javascript.sveltekit
- javascript.remix
- javascript.astro
- javascript.bun
---

<Alert level="info">

This integration only works inside server environments (Node.js, Bun, Deno). Requires SDK version `8.32.0` or higher.

</Alert>

_Import name: `Sentry.amqplibIntegration`_

This integration is enabled by default when performance monitoring is enabled. If you'd like to modify your default integrations, read [this](./../#modifying-default-integrations).

The `amqplibIntegration` adds instrumentation for the `amqplib` library to capture spans using [`@opentelemetry/instrumentation-amqplib`](https://www.npmjs.com/package/@opentelemetry/instrumentation-amqplib).
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Depending on whether an integration enhances the functionality of a particular r

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`httpIntegration`](./http) | ✓ | ✓ | ✓ | ✓ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`awsIntegration`](./aws) | ✓ | | ✓ | |
| [`awsLambdaIntegration`](./awslambda) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`bunServerIntegration`](./bunserver) | ✓ | ✓ | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Cron** | **Additional Context** |
| --------------------------------------------------- | :--------------: | :--------: | :-------------: | :------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | | |
| [`breadcrumbsIntegration`](./breadcrumbs) | ✓ | | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | | |
| [`dedupeIntegration`](./dedupe) | ✓ | ✓ | | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`dedupeIntegration`](./dedupe) | ✓ | ✓ | | |
| [`functionToStringIntegration`](./functiontostring) | ✓ | | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`dedupeIntegration`](./dedupe) | ✓ | ✓ | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`dedupeIntegration`](./dedupe) | ✓ | ✓ | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Depending on whether an integration enhances the functionality of a particular r

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`httpIntegration`](./http) | ✓ | ✓ | ✓ | ✓ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`dedupeIntegration`](./dedupe) | ✓ | ✓ | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Depending on whether an integration enhances the functionality of a particular r

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`httpIntegration`](./http) | ✓ | ✓ | ✓ | ✓ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Depending on whether an integration enhances the functionality of a particular r

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`httpIntegration`](./http) | ✓ | ✓ | ✓ | ✓ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Depending on whether an integration enhances the functionality of a particular r

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`httpIntegration`](./http) | ✓ | ✓ | ✓ | ✓ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Depending on whether an integration enhances the functionality of a particular r

| | **Auto Enabled** | **Errors** | **Performance** | **Additional Context** |
| --------------------------------------------------------- | :--------------: | :--------: | :-------------: | :--------------------: |
| [`amqplib`](./amqplib) | ✓ | | ✓ | |
| [`consoleIntegration`](./console) | ✓ | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | ✓ | ✓ | | |
| [`httpIntegration`](./http) | ✓ | ✓ | ✓ | ✓ |
Expand Down
Loading