getsentry / getsentry/sentry-cocoa

how to get diagnostic logs objetivec

Open
#3,209 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.