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 41e65e0 commit e5e9915Copy full SHA for e5e9915
packages/browser/src/helpers.ts
@@ -209,7 +209,6 @@ export function injectReportDialog(options: ReportDialogOptions = {}): void {
209
210
const script = document.createElement('script');
211
script.async = true;
212
- // tslint:disable-next-line: no-non-null-assertion
213
script.src = new API(options.dsn).getReportDialogEndpoint(options);
214
215
if (options.onLoad) {
0 commit comments