We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d34a6 commit 4dfc11bCopy full SHA for 4dfc11b
.envrc
@@ -113,7 +113,7 @@ if [ -n "${SENTRY_DEVENV_NO_REPORT+x}" ]; then
113
else
114
# Since direnv traps the EXIT signal we place the temp file under /tmp for the odd time
115
# the script will use the EXIT path
116
- _SENTRY_LOG_FILE=$(mktemp /tmp/sentry.envrc.$$.out || mktemp /tmp/sentry.envrc.XXXXXXXX.out)
+ _SENTRY_LOG_FILE=$(mktemp /tmp/sentry.envrc.XXXXXX.$$.out || mktemp /tmp/sentry.envrc.XXXXXXXX.out)
117
exec > >(tee "$_SENTRY_LOG_FILE")
118
exec 2>&1
119
debug "Development errors will be reported to Sentry.io. If you wish to opt-out, set SENTRY_DEVENV_NO_REPORT as an env variable."
0 commit comments