Alderon Matt

Results 22 comments of Alderon Matt

Any updates or news on this feature? Is the only way of implementing it currently via webhook?

Just wanted to see how far out it is and what options there were. Was looking at hiring a developer to work on a pull request for it. Otherwise going...

This would be really amazing, I'd love to have a cmake or command line thing I can run that would make the xcode project static. I'd just never figured out...

Just gave it a shot, mostly working. Having a really rough time trying to figure out how to set the deployment target, seems to be ignored no matter how I...

Also not really having any stack trace or symbols referenced. Attachments work however. ![image](https://user-images.githubusercontent.com/3461558/110176717-e25e0880-7e57-11eb-98cd-0ee5795647dc.png) ![image](https://user-images.githubusercontent.com/3461558/110176737-ea1dad00-7e57-11eb-8b46-e39d9615e94c.png) ![image](https://user-images.githubusercontent.com/3461558/110176754-f3a71500-7e57-11eb-962a-fade33ddb21b.png)

Managed to get the stacktrace to work, can't get crashes to work. Suffering from 413 response codes, payload too large w/e. Even though my custom transport does zlib compression on...

> Just gave it a shot, mostly working. Having a really rough time trying to figure out how to set the deployment target, seems to be ignored no matter how...

Everything is currently working perfectly except the termination handler / minidump crashes. I'm getting no log output about them and sentry doesnt seem to send them or mention them when...

``` [2021.03.10-19.01.39:049][ 0]AlderonLog: Sentry: Starting Init! [2021.03.10-19.01.39:049][ 0]AlderonLog: AlderonSentry: Set DSN SentryDev to https://[email protected]/5577093 [2021.03.10-19.01.39:049][ 0]AlderonLog: AlderonSentry: Set Database Path to /var/mobile/Containers/Data/Application/4D325A6C-2200-43E1-9062-922CF5B326CB/Library/PathOfTitans/Saved/sentry-db [2021.03.10-19.01.39:049][ 0]AlderonLog: Sentry: Adding Attachment: /var/mobile/Containers/Data/Application/4D325A6C-2200-43E1-9062-922CF5B326CB/Library/PathOfTitans/Saved/Logs/PathOfTitans.log [2021.03.10-19.01.39:049][ 0]SentryLog:...

- Is that an iOS thing that it adds another /private/ prefix in that case? Yes, I call a method to convert it to a system friendly path from a...