getsentry / getsentry/sentry-cocoa
how to get diagnostic logs objetivec
Open
Cocoa
Improvement
Logs
- Dominant language
- Swift
- Stars
- 1.1k
- Forks
- 418
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 106
Description
### Description
How can I obtain the logs for mild diagnostics? I am creating a plugin for NativeScript. For example:
```
new io.sentry.ILogger({
isEnabled(param0: io.sentry.SentryLevel) {
that.printf(param0);
return value;
},
log(param0: io.sentry.SentryLevel, param1: java.lang.Throwable, param2: string, param3: androidNative.Array) {
that.printf(`${param0} - ${param1} - ${param2} - ${param3}`);
},
})
```
from Android. The logs from NativeScript do not directly display Sentry logs.
Contributor guide
Assessment
This issue has not been assessed yet.