Skip to content

Commit 51073d7

Browse files
committed
Add missing map
1 parent 8b25228 commit 51073d7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

astra_app/core/static/core/vendor/sentry/bundle.tracing.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

astra_app/core/tests/test_sentry_browser_templates.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from types import SimpleNamespace
22
from unittest.mock import patch
33

4+
from django.contrib.staticfiles import finders
45
from django.contrib.staticfiles.storage import staticfiles_storage
56
from django.test import SimpleTestCase, TestCase, override_settings
67

@@ -9,6 +10,9 @@
910

1011

1112
class SentryBrowserContextTests(SimpleTestCase):
13+
def test_vendored_sentry_bundle_sourcemap_exists(self) -> None:
14+
self.assertIsNotNone(finders.find("core/vendor/sentry/bundle.tracing.min.js.map"))
15+
1216
@override_settings(
1317
SENTRY_DSN="https://public@example.ingest.sentry.io/1",
1418
SENTRY_ENVIRONMENT="staging",

0 commit comments

Comments
 (0)