Skip to content

Commit e5e9915

Browse files
kamilogorekHazAT
andauthored
Update packages/browser/src/helpers.ts
Co-authored-by: Daniel Griesser <[email protected]>
1 parent 41e65e0 commit e5e9915

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser/src/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export function injectReportDialog(options: ReportDialogOptions = {}): void {
209209

210210
const script = document.createElement('script');
211211
script.async = true;
212-
// tslint:disable-next-line: no-non-null-assertion
213212
script.src = new API(options.dsn).getReportDialogEndpoint(options);
214213

215214
if (options.onLoad) {

0 commit comments

Comments
 (0)