We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3db38 commit 17c223fCopy full SHA for 17c223f
packages/svelte/src/internal/client/dev/tracing.js
@@ -153,10 +153,7 @@ export function get_stack(label) {
153
if (line.includes('validate_each_keys')) {
154
return null;
155
}
156
- if (
157
- line.includes('svelte/src/internal') ||
158
- (!line.includes('.svelte') && (line.includes('.js') || line.includes('.ts')))
159
- ) {
+ if (line.includes('svelte/src/internal')) {
160
continue;
161
162
new_lines.push(line);
0 commit comments