Skip to content

Commit

Permalink
Change io.sentry to com.example in collapse-recursion input
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Nov 28, 2023
1 parent 6e70953 commit 949e716
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 158 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,55 @@
{
"function": "main",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 13,
"in_app": false
},
{
"function": "normalFunc",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 20,
"in_app": false
},
{
"function": "recurFunc",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 27,
"in_app": false
},
{
"function": "recurFunc",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 27,
"in_app": false
},
{
"function": "recurFunc",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 27,
"in_app": false
},
{
"function": "recurFunc",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 25,
"in_app": false
},
{
"function": "throwError",
"abs_path": "Application.java",
"module": "io.sentry.example.Application",
"module": "com.example.Application",
"filename": "Application.java",
"lineno": 32,
"in_app": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2020-02-26T19:54:28.809960Z'
created: '2023-11-28T16:31:35.546537Z'
creator: sentry
source: tests/sentry/grouping/test_variants.py
---
Expand All @@ -10,7 +10,7 @@ app:
stacktrace (ignored because hash matches system variant)
frame* (frame considered in-app because no frame is in-app)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -19,7 +19,7 @@ app:
13
frame* (frame considered in-app because no frame is in-app)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -28,7 +28,7 @@ app:
20
frame* (frame considered in-app because no frame is in-app)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -37,7 +37,7 @@ app:
27
frame (ignored due to recursion)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -46,7 +46,7 @@ app:
27
frame (ignored due to recursion)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -55,7 +55,7 @@ app:
27
frame* (frame considered in-app because no frame is in-app)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -64,7 +64,7 @@ app:
25
frame* (frame considered in-app because no frame is in-app)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -73,13 +73,13 @@ app:
32
--------------------------------------------------------------------------
system:
hash: "894c3489e2ade384dc107bca6829d134"
hash: "9bdadae4fa003cef6cf460ff1325e54b"
component:
system*
stacktrace*
frame*
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -88,7 +88,7 @@ system:
13
frame*
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -97,7 +97,7 @@ system:
20
frame*
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -106,7 +106,7 @@ system:
27
frame (ignored due to recursion)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -115,7 +115,7 @@ system:
27
frame (ignored due to recursion)
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -124,7 +124,7 @@ system:
27
frame*
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand All @@ -133,7 +133,7 @@ system:
25
frame*
module*
"io.sentry.example.Application"
"com.example.Application"
filename (module takes precedence)
"Application.java"
function*
Expand Down
Loading

0 comments on commit 949e716

Please sign in to comment.