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 d81ff9f commit 5dfcfa0Copy full SHA for 5dfcfa0
packages/replay/src/types.ts
@@ -114,7 +114,9 @@ export interface ReplayPluginOptions extends SessionOptions {
114
blockAllMedia: boolean;
115
116
/**
117
- * _experiments allows the user to send options to define how this integration works.
+ * _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.
120
*
121
* Default: undefined
122
*/
0 commit comments