Skip to content

Commit 34e53d7

Browse files
author
Luca Forstner
committed
Add to integrations table
1 parent e5a667c commit 34e53d7

13 files changed

+19
-6
lines changed

platform-includes/configuration/integrations/javascript.astro.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ Depending on whether an integration enhances the functionality of a particular r
6262
| [`redisIntegration`](./redis) || || |
6363
| [`requestDataIntegration`](./requestdata) || || |
6464
| [`tediousIntegration`](./tedious) || || |
65-
| [`anrIntegration`](./anr) | | | | |
65+
| [`childProcessIntegration`](./childProcess) | | | | |
6666
| [`dataloaderIntegration`](./dataloader) || || |
67+
| [`anrIntegration`](./anr) | || | |
6768
| [`extraErrorDataIntegration`](./extraerrordata) | | | ||
6869
| [`fsIntegration`](./fs) | | || |
6970
| [`knexIntegration`](./knex) | | || |

platform-includes/configuration/integrations/javascript.aws-lambda.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| [`nativeNodeFetchIntegration`](./nodefetch) || |||
1717
| [`onUncaughtExceptionIntegration`](./onuncaughtexception) ||| | |
1818
| [`onUnhandledRejectionIntegration`](./unhandledrejection) ||| | |
19+
| [`childProcessIntegration`](./childProcess) || | ||
1920
| [`amqplibIntegration`](./amqplib) | | || |
2021
| [`anrIntegration`](./anr) | || | |
2122
| [`captureConsoleIntegration`](./captureconsole) | | | ||

platform-includes/configuration/integrations/javascript.connect.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| [`redisIntegration`](./redis) || || |
2929
| [`requestDataIntegration`](./requestdata) || || |
3030
| [`tediousIntegration`](./tedious) || || |
31+
| [`childProcessIntegration`](./childProcess) || | ||
3132
| [`anrIntegration`](./anr) | || | |
3233
| [`captureConsoleIntegration`](./captureconsole) | | | ||
3334
| [`debugIntegration`](./debug) | | | | |

platform-includes/configuration/integrations/javascript.fastify.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| [`redisIntegration`](./redis) || || |
2929
| [`requestDataIntegration`](./requestdata) || || |
3030
| [`tediousIntegration`](./tedious) || || |
31+
| [`childProcessIntegration`](./childProcess) || | ||
3132
| [`anrIntegration`](./anr) | || | |
3233
| [`captureConsoleIntegration`](./captureconsole) | | | ||
3334
| [`debugIntegration`](./debug) | | | | |

platform-includes/configuration/integrations/javascript.gcp-functions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| [`nativeNodeFetchIntegration`](./nodefetch) || |||
1717
| [`onUncaughtExceptionIntegration`](./onuncaughtexception) ||| | |
1818
| [`onUnhandledRejectionIntegration`](./unhandledrejection) ||| | |
19+
| [`childProcessIntegration`](./childProcess) || | ||
1920
| [`amqplibIntegration`](./amqplib) | | || |
2021
| [`anrIntegration`](./anr) | || | |
2122
| [`captureConsoleIntegration`](./captureconsole) | | | ||

platform-includes/configuration/integrations/javascript.hapi.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| [`redisIntegration`](./redis) || || |
2929
| [`requestDataIntegration`](./requestdata) || || |
3030
| [`tediousIntegration`](./tedious) || || |
31+
| [`childProcessIntegration`](./childProcess) || | ||
3132
| [`anrIntegration`](./anr) | || | |
3233
| [`captureConsoleIntegration`](./captureconsole) | | | ||
3334
| [`debugIntegration`](./debug) | | | | |

platform-includes/configuration/integrations/javascript.nestjs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| [`redisIntegration`](./redis) || || |
2929
| [`requestDataIntegration`](./requestdata) || || |
3030
| [`tediousIntegration`](./tedious) || || |
31+
| [`childProcessIntegration`](./childProcess) || | ||
3132
| [`anrIntegration`](./anr) | || | |
3233
| [`captureConsoleIntegration`](./captureconsole) | | | ||
3334
| [`debugIntegration`](./debug) | | | | |

platform-includes/configuration/integrations/javascript.nextjs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ Depending on whether an integration enhances the functionality of a particular r
6969
| [`redisIntegration`](./redis) || || |
7070
| [`requestDataIntegration`](./requestdata) || || |
7171
| [`tediousIntegration`](./tedious) || || |
72-
| [`anrIntegration`](./anr) | || | |
7372
| [`dataloaderIntegration`](./dataloader) || || |
73+
| [`childProcessIntegration`](./childProcess) || | ||
74+
| [`anrIntegration`](./anr) | || | |
7475
| [`extraErrorDataIntegration`](./extraerrordata) | | | ||
7576
| [`fsIntegration`](./fs) | | || |
7677
| [`knexIntegration`](./knex) | | || |

platform-includes/configuration/integrations/javascript.node.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
| [`redisIntegration`](./redis) || || |
2828
| [`requestDataIntegration`](./requestdata) || || |
2929
| [`tediousIntegration`](./tedious) || || |
30+
| [`childProcessIntegration`](./childProcess) || | ||
3031
| [`anrIntegration`](./anr) | || | |
3132
| [`captureConsoleIntegration`](./captureconsole) | | | ||
3233
| [`debugIntegration`](./debug) | | | | |

platform-includes/configuration/integrations/javascript.nuxt.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ Depending on whether an integration enhances the functionality of a particular r
6262
| [`redisIntegration`](./redis) || || |
6363
| [`requestDataIntegration`](./requestdata) || || |
6464
| [`tediousIntegration`](./tedious) || || |
65-
| [`anrIntegration`](./anr) | || | |
6665
| [`dataloaderIntegration`](./dataloader) || || |
66+
| [`childProcessIntegration`](./childProcess) || | ||
67+
| [`anrIntegration`](./anr) | || | |
6768
| [`extraErrorDataIntegration`](./extraerrordata) | | | ||
6869
| [`fsIntegration`](./fs) | | || |
6970
| [`knexIntegration`](./knex) | | || |

0 commit comments

Comments
 (0)