Explorer should build without Sentry credentials defined
See original GitHub issueDescribe the bug
$ yarn build
Failed to compile.
Sentry CLI Plugin: Command failed: /Users/gavin/Desktop/explorer/node_modules/@sentry/cli/sentry-cli releases new minLwZ8lAAQbuphsDxNBG
error: API request failed
caused by: sentry reported an error: Authentication credentials were not provided. (http status: 401)
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.
> Build error occurred
Error: > Build failed because of webpack errors
at /Users/gavin/Desktop/explorer/node_modules/next/dist/build/index.js:397:19
at async Span.traceAsyncFn (/Users/gavin/Desktop/explorer/node_modules/next/dist/telemetry/trace/trace.js:60:20)
at async Object.build [as default] (/Users/gavin/Desktop/explorer/node_modules/next/dist/build/index.js:77:25)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Troubleshooting for JavaScript - Sentry Documentation
Unexpected OPTIONS request. If your application started to misbehave because of performing additional OPTIONS requests, it is most likely an issue with ...
Read more >Errors don't make it to Sentry on apps #1451 - GitHub
If we do run Sentry.init() in the browser, we get: Sentry Logger [Warn]: No DSN provided, backend will not do anything.
Read more >Configuring the Sentry Service | 6.3.x - Cloudera Documentation
Important: Enabling HDFS/Sentry synchronization obviates the need to explicitly set permissions on the Hive warehouse directory.
Read more >Monitoring Service Logon Account - SentryOne
Instructions · Run the SentryOne. · Enter your new password, and confirm your password in the applicable boxes on the Set SQL Sentry...
Read more >Sentry Tutorial - Apache Software Foundation
Authentication - Verifying credentials to reliably identify a user; Authorization - Limiting the user's access to a given resource; User - Individual identified...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fbwoolf Looks like we need to configure the explorer to run, even when sentry credentials aren’t defined
Yep, was just trying to repro. Def need to fix.