Andrew McKnight
Andrew McKnight
I like the idea to send these to sentry.sentry.io so we can get slack alerts, that would be nicer than rebuilding a slack alerter from scratch in the test scripts....
This will also fix https://github.com/getsentry/sentry-cocoa/issues/3350, closing that to keep this one.
We closed #2691 for now until we can get a reproducible case and test the outcomes, so we can make a reasoned decision about the tradeoffs of the approach.
It does make sense to consider for the new implementation, definitely. For legacy profiling, I think it should be fine to move things to a bg thread once we have...
I'm currently investigating this. I was unable to reproduce the workaround mentioned by @philipphofmann , in my test app, of linking `Sentry-Dynamic`. @brustolin 's workaround did resolve the build errors,...
We can even dispense with the template if we just use the `prepare-commit-msg` hook to write the entire thing. Experimenting locally, I wound up with ```sh #!/bin/bash # get branch...
Need to do more work on the above to work with the following: - [ ] `git commit --amend [--no-edit]` - `git rebase`: - [ ] rewording - [ ]...
Sure, I just wanted a way to link back to this repo for people who don't know if exists, in case they want to change something in their project that...
Possibly related; I can't see the ticket any longer so don't really know what they want improved. - https://github.com/getsentry/sentry-cocoa/issues/3695 - https://github.com/getsentry/sentry-cocoa/issues/3901
Hi @mike-at-home , thanks for reporting. We built this special compilation mode specifically for FileProvider extensions which cannot link UIKit. So I guess that if you are delivering such an...