Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor command fails with DSN auth #1549

Closed
philipphofmann opened this issue Mar 28, 2023 · 0 comments · Fixed by #1550
Closed

Monitor command fails with DSN auth #1549

philipphofmann opened this issue Mar 28, 2023 · 0 comments · Fixed by #1550

Comments

@philipphofmann
Copy link
Member

Environment

sentry-cli 2.16.0

Steps to Reproduce

I tried to switch to the DSN authentication in getsentry/apple-system-symbols-upload#20 for uploading apple system symbols.

  1. Export DSN as environment variable as explained in the docs
  2. Call sentry-cli monitors run 430ded42-54cb-427b-8fc7-433ac9ca8da5 -- python3 import_system_symbols_from_simulators.py

Expected Result

sentry-cli should run the monitor command as previously with the auth token.

Actual Result

sentry-cli fails with

error: API request failed
  caused by: sentry reported an error: request failure (http status: 400)
  Object ***"status": Array [String("This field is required.")]***

The command still worked with 2.15.2, so we pin (getsentry/apple-system-symbols-upload#21) the version for now.

Possible related issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant