1 2 3 4 5 6 7 8 9 10 11
export default (sentryErrorId) => ` ### Scene content \`\`\` Paste scene content here \`\`\` ### Sentry Error ID ${sentryErrorId} `;