mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
sentry - namespace files under metamask dir
This commit is contained in:
parent
e3d7062e9b
commit
2eaac897bf
@ -29,7 +29,7 @@ function setupRaven(opts) {
|
||||
}
|
||||
})
|
||||
client.install()
|
||||
|
||||
|
||||
return Raven
|
||||
}
|
||||
|
||||
@ -47,6 +47,6 @@ function rewriteReportUrls(report) {
|
||||
function toMetamaskUrl(origUrl) {
|
||||
const filePath = origUrl.split(location.origin)[1]
|
||||
if (!filePath) return origUrl
|
||||
const metamaskUrl = `${filePath}`
|
||||
const metamaskUrl = `metamask${filePath}`
|
||||
return metamaskUrl
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user