diff --git a/packages/browser-integration-tests/suites/integrations/ContextLines/init.js b/packages/browser-integration-tests/suites/integrations/ContextLines/init.js deleted file mode 100644 index 4461826e0214..000000000000 --- a/packages/browser-integration-tests/suites/integrations/ContextLines/init.js +++ /dev/null @@ -1,9 +0,0 @@ -import * as Sentry from '@sentry/browser'; -import { ContextLines } from '@sentry/integrations'; - -window.Sentry = Sentry; - -Sentry.init({ - dsn: 'https://public@dsn.ingest.sentry.io/1337', - integrations: [new ContextLines()], -}); diff --git a/packages/browser-integration-tests/suites/integrations/ContextLines/subject.js b/packages/browser-integration-tests/suites/integrations/ContextLines/subject.js deleted file mode 100644 index 744649fb291c..000000000000 --- a/packages/browser-integration-tests/suites/integrations/ContextLines/subject.js +++ /dev/null @@ -1,3 +0,0 @@ -document.getElementById('script-error-btn').addEventListener('click', () => { - throw new Error('Error without context lines'); -}); diff --git a/packages/browser-integration-tests/suites/integrations/ContextLines/template.html b/packages/browser-integration-tests/suites/integrations/ContextLines/template.html deleted file mode 100644 index 790dddf90c81..000000000000 --- a/packages/browser-integration-tests/suites/integrations/ContextLines/template.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - -