mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ci): change sentry uri
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d74ad9d3f6
commit
9d6ddf9efe
@@ -24,7 +24,8 @@ afterEach(() => {
|
||||
});
|
||||
});
|
||||
|
||||
const FakeDSN = "https://81a9ef37a6ed4fdb80e9ea2310d1ed28@127.0.0.1/1234123";
|
||||
const FakeDSN =
|
||||
"https://81a9ef37a6ed4fdb80e9ea2310d1ed28@sentry.example.com/1234123";
|
||||
|
||||
const MockSettings = (
|
||||
version: string,
|
||||
|
||||
Reference in New Issue
Block a user