We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4e147 commit 4f8afa8Copy full SHA for 4f8afa8
1 file changed
instrumentation.ts
@@ -3,5 +3,10 @@ import { registerOTel } from '@vercel/otel'
3
export function register() {
4
registerOTel({
5
serviceName: 'librarease-next',
6
+ instrumentationConfig: {
7
+ fetch: {
8
+ propagateContextUrls: [process.env.API_URL!],
9
+ },
10
11
})
12
}
0 commit comments