Skip to content

Commit 5dfcfa0

Browse files
mydeaLms24
andauthored
Update packages/replay/src/types.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent d81ff9f commit 5dfcfa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/replay/src/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ export interface ReplayPluginOptions extends SessionOptions {
114114
blockAllMedia: boolean;
115115

116116
/**
117-
* _experiments allows the user to send options to define how this integration works.
117+
* _experiments allows users to enable experimental or internal features.
118+
* We don't consider such features as part of the public API and hence we don't guarantee semver for them.
119+
* Experimental features can be added, changed or removed at any time.
118120
*
119121
* Default: undefined
120122
*/

0 commit comments

Comments
 (0)