Skip to content

Commit c3d5a37

Browse files
authored
feat: Update shared-environments js doc to recommend v8 (#10931)
1 parent c3176a3 commit c3d5a37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/platforms/javascript/common/best-practices/shared-environments.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ keywords:
2424
]
2525
---
2626

27+
<Note>
28+
29+
We recommend using JavaScript SDK `8.x` and above when using the SDK with shared environments. Check out our [migration docs](https://docs.sentry.io/platforms/javascript/migration/) to upgrade from an older SDK version to `8.x` and above.
30+
31+
</Note>
32+
2733
These best practices are relevant for you if you set up Sentry in one of the following use-cases:
2834

2935
- Browser Extensions

0 commit comments

Comments
 (0)