mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-05 00:19:48 +05:30
Add fingerprints in case, when we are logging messages
This commit is contained in:
parent
e7923fc1b8
commit
aaad2006ab
@ -92,6 +92,7 @@ function log(
|
||||
Raven.captureException(message, {
|
||||
level,
|
||||
extra: context,
|
||||
...(typeof message === 'string' ? { fingerprint: [message] } : {}),
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user