Skip to content

Commit

Permalink
add chunkload error fingerprint input
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Oct 17, 2024
1 parent 297c827 commit 9549c64
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"exception": {
"values": [
{
"stacktrace": {
"frames": [
{
"function": "main",
"abs_path": "foo/bar.tsx",
"module": "foo.bar",
"filename": "bar.tsx",
"lineno": 13,
"in_app": false
}
]
},
"type": "ChunkLoadError",
"value": "ChunkLoadError: something something..."
}
]
},
"platform": "javascript",
"sdk": {"name": "sentry.javascript.nextjs", "version": "1.2.3"}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
created: '2024-10-15T17:14:07.393318+00:00'
creator: sentry
source: tests/sentry/grouping/test_fingerprinting.py
---
config:
rules: []
version: 1
fingerprint:
- '{{ default }}'
title: 'ChunkLoadError: ChunkLoadError: something something...'
variants:
app:
component:
contributes: false
hint: exception of system takes precedence
type: component
system:
component:
contributes: true
hint: null
type: component

0 comments on commit 9549c64

Please sign in to comment.