Add sentry integration (#1141)

This commit is contained in:
Kostas Bariotis
2020-03-31 09:37:51 +01:00
committed by GitHub
parent b7f681a068
commit 4ecbbab7da
8 changed files with 190 additions and 112 deletions

View File

@@ -1,13 +1,11 @@
export default `
### Stack trace
\`\`\`
// paste stack trace here
\`\`\`
export default (sentryErrorId) => `
### Scene content
\`\`\`
// paste scene content here (if it doesn't contain sensitive data)
Paste scene content here
\`\`\`
### Sentry Error ID
${sentryErrorId}
`;