don’t fingerprint sentry

This commit is contained in:
Henry Oswald 2016-07-20 16:03:01 +01:00
parent e8aad2abb1
commit 97b42478d1

View file

@ -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) {