mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
don’t fingerprint sentry
This commit is contained in:
parent
e8aad2abb1
commit
97b42478d1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- if (sentrySrc.match(/^([a-z]+:)?\/\//i))
|
||||
script(src="#{sentrySrc}")
|
||||
- else
|
||||
script(src=buildJsPath("libs/#{sentrySrc}"))
|
||||
script(src=buildJsPath("libs/#{sentrySrc}", {fingerprint:false}))
|
||||
- if (typeof(sentrySrc) != "undefined")
|
||||
script(type="text/javascript").
|
||||
if (typeof(Raven) != "undefined" && Raven.config) {
|
||||
|
|
Loading…
Reference in a new issue