File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ jobs:
80
80
### pytest-sentry configuration ###
81
81
if [ "$GITHUB_REPOSITORY" = "getsentry/self-hosted" ]; then
82
82
echo "PYTEST_SENTRY_DSN=$SELF_HOSTED_TESTING_DSN" >> $GITHUB_ENV
83
- echo "PYTEST_SENTRY_TRACES_SAMPLE_RATE=0" >> $GITHUB_ENV
83
+ echo "PYTEST_SENTRY_TRACES_SAMPLE_RATE=0.0 " >> $GITHUB_ENV
84
84
85
85
# This records failures on master to sentry in order to detect flakey tests, as it's
86
86
# expected that people have failing tests on their PRs
87
- # if [ "$GITHUB_REF" = "refs/heads/master" ]; then
88
- echo "PYTEST_SENTRY_ALWAYS_REPORT=1" >> $GITHUB_ENV
89
- # fi
87
+ if [ "$GITHUB_REF" = "refs/heads/master" ]; then
88
+ echo "PYTEST_SENTRY_ALWAYS_REPORT=1" >> $GITHUB_ENV
89
+ fi
90
90
fi
91
91
92
92
- name : Get Compose
You can’t perform that action at this time.
0 commit comments