mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 04:20:05 +02:00
Add sentry integration (#1141)
This commit is contained in:
@@ -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}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user