Sentry example
A Test Study of Sentry with the help of Concordant. 21st March 2025
Intention
Example test.plan.json configuration:
test.plan.json configuration:{
"name": "Sentry Fair Source codebase",
"purpose": {
"primary": "Code breaks, fix it faster",
"secondary": "with application monitoring"
},
"config": {
"changes": {
"old": "HEAD",
"new": "HEAD@{upstream}"
},
"features": [
{
"alias": "App Homepage π ",
"matchers": ["static/app/views/app/index.tsx"]
},
{
"alias": "Performance π ",
"matchers": ["static/app/views/performance/**/*.tsx"]
},
{
"alias": "Profiling π¬ ",
"matchers": ["static/app/views/profiling/**/*.tsx"]
},
{
"alias": "Views πΊ",
"matchers": ["static/app/views/**/index.tsx"]
}
,
{
"alias": "Subscriptions & Billing π¦",
"matchers": ["**/*subscription*/**/*.tsx", "**/*{subscription}*.tsx"]
},
{
"alias": "Alerts π¨",
"matchers": ["**/*alert*/**/*.tsx", "**/*{alert}*.tsx"]
}
]
}
}Performance
Resource
Example result
Cold start result
Feedback
Last updated
