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

Is sentry configuration possible with a separate yaml file instead of pubspec.yaml #194

Closed
memishood opened this issue Jan 19, 2024 · 4 comments

Comments

@memishood
Copy link

memishood commented Jan 19, 2024

I want to move the following configuration to a separate yaml file (eg: sentry.yaml) to make pubspec yaml file more clear. I checked the documentation but I couldn't it.

sentry:
  upload_debug_symbols: true
  upload_source_maps: true
  upload_sources: false
  ...
@buenaflor
Copy link
Contributor

Currently, no.

We are currently working on supporting a sentry.properties file.

upload_debug_symbols=true
upload_source_maps=true
...

@memishood
Copy link
Author

that way would also work for me since configurations will be able to be moved from pusbpec

@buenaflor
Copy link
Contributor

Great! A pr is on the way #191

@buenaflor buenaflor moved this from Needs Discussion to Needs Review in Mobile & Cross Platform SDK Jan 23, 2024
@buenaflor
Copy link
Contributor

buenaflor commented Jan 23, 2024

Closing in favour of #42

@github-project-automation github-project-automation bot moved this from Needs Review to Done in Mobile & Cross Platform SDK Jan 23, 2024
@buenaflor buenaflor closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants