mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
11 lines
136 B
JavaScript
11 lines
136 B
JavaScript
export default (sentryErrorId) => `
|
|
### Scene content
|
|
|
|
\`\`\`
|
|
Paste scene content here
|
|
\`\`\`
|
|
|
|
### Sentry Error ID
|
|
|
|
${sentryErrorId}
|
|
`;
|