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 9eb2486 commit b86206aCopy full SHA for b86206a
.envrc
@@ -121,7 +121,7 @@ if [ -n "${SENTRY_DEVENV_NO_REPORT+x}" ]; then
121
else
122
# Since direnv traps the EXIT signal we place the temp file under /tmp for the odd time
123
# the script will use the EXIT path
124
- _SENTRY_LOG_FILE=$(mktemp /tmp/sentry.envrc.$$.out || mktemp /tmp/sentry.envrc.XXXXXXXX.out)
+ _SENTRY_LOG_FILE=$(mktemp /tmp/sentry.envrc.out.$$.XXXXXX)
125
exec > >(tee "$_SENTRY_LOG_FILE")
126
exec 2>&1
127
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