Skip to content

Commit 5197c84

Browse files
committed
fix link
1 parent 3e84b21 commit 5197c84

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/troubleshooting

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To fix this, change the `tracePropagationTargets` option during SDK initializati
105105
</PlatformCategorySection>
106106

107107
<PlatformCategorySection notSupported={['browser']}>
108-
<PlatformSection notSupported={['javascript.aws-lambda', 'javascript.azure-functions', 'javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.electron', 'javascript.gcp-functions']}>
108+
<PlatformSection notSupported={['javascript.aws-lambda', 'javascript.azure-functions', 'javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.electron', 'javascript.gcp-functions', 'javascript.tanstack']}>
109109
<Expandable permalink title="Error: 'import-in-the-middle' failed to wrap">
110110
When using ESM, by default all packages are wrapped under the hood by
111111
[import-in-the-middle](https://www.npmjs.com/package/import-in-the-middle).

0 commit comments

Comments
 (0)