Skip to content

Commit

Permalink
add message parameterization input
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Oct 10, 2024
1 parent 79320a5 commit adba6be
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"culprit": "",
"event_id": "f88fd32ee1b14530b8e2d4cea173e6a3",
"platform": "javascript",
"logger": "",
"logentry": {
"formatted": "testing testing 1, 2, 3"
},
"release": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
created: '2024-10-10T15:20:37.298631+00:00'
creator: sentry
source: tests/sentry/grouping/test_variants.py
---
default:
hash: "bc485e4d2e22a2e4998479e52c370501"
component:
default*
message*
"testing testing 1, 2, 3"
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
created: '2024-10-10T15:20:52.099316+00:00'
creator: sentry
source: tests/sentry/grouping/test_variants.py
---
default:
hash: "f9e47f16e3b9770b440157179c47bf7a"
component:
default*
message* (stripped event-specific values)
"testing testing <int>, <int>, <int>"
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
created: '2024-10-10T15:21:06.357017+00:00'
creator: sentry
source: tests/sentry/grouping/test_variants.py
---
default:
hash: "f9e47f16e3b9770b440157179c47bf7a"
component:
default*
message* (stripped event-specific values)
"testing testing <int>, <int>, <int>"
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
created: '2024-10-10T15:21:20.056215+00:00'
creator: sentry
source: tests/sentry/grouping/test_variants.py
---
default:
hash: "f9e47f16e3b9770b440157179c47bf7a"
component:
default*
message* (stripped event-specific values)
"testing testing <int>, <int>, <int>"

0 comments on commit adba6be

Please sign in to comment.