mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-10 19:06:24 +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, {
|
Raven.captureException(message, {
|
||||||
level,
|
level,
|
||||||
extra: context,
|
extra: context,
|
||||||
|
...(typeof message === 'string' ? { fingerprint: [message] } : {}),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user