stefanfuerst
Results
2
comments of
stefanfuerst
I did some experiments by creating an exception on my own This ends up in Sentry as **C++ Exception: _NSCoreDataException** without stack trace ``` - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(4...
I like the idea of a nicer HTML page. However, I would prefer to provide the strings by accessors instead of statics. This way you cloud subclass OIDRedirectHTTPHandler and show...