Skip to content

Commit

Permalink
add docs for amqplib
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Oct 14, 2024
1 parent 8619b36 commit f6c927e
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 0 deletions.
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

0 comments on commit f6c927e

Please sign in to comment.