Skip to content

Commit ea8b957

Browse files
committed
fix bad merge
1 parent 338911c commit ea8b957

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

packages/replay/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Sentry.init({ replaysOnErrorSampleRate: ${errorSampleRate} })`,
222222
*/
223223
public startBuffering(): void {
224224
if (!this._replay) {
225-
return Promise.resolve();
225+
return;
226226
}
227227

228228
this._replay.startBuffering();

packages/replay/src/replay.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,6 @@ export class ReplayContainer implements ReplayContainerInterface {
151151
return this._options;
152152
}
153153

154-
/**
155-
* Get the experimental options.
156-
* THIS IS INTERNAL AND SUBJECT TO CHANGE!
157-
* @hidden
158-
*/
159-
public getExperimentalOptions(): ReplayExperimentalPluginOptions {
160-
return this._experimentalOptions;
161-
}
162-
163154
/**
164155
* Initializes the plugin based on sampling configuration. Should not be
165156
* called outside of constructor.

0 commit comments

Comments
 (0)