mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add sentry integration (#1141)
This commit is contained in:
parent
b7f681a068
commit
4ecbbab7da
8 changed files with 190 additions and 112 deletions
|
@ -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}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue