mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -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}
|
|
`;
|