-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding docs for logs attachments (iOS) #226
base: main
Are you sure you want to change the base?
Conversation
Summary
|
"This is a log with an Embrace-hosted attachment", // message | ||
severity: .info, | ||
timestamp: Date.now, | ||
attachment: someData, // Data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attachment: someData, // Data | |
attachment: someData, // NSData/Data |
```swift | ||
let attributes = ["property_a": "value_a", "property_b": "value_b"] | ||
Embrace.client?.log( | ||
"This is a log with an user-hosted attachment", // message |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be "a user-hosted"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nit but everything else looks good 👍
No description provided.