Skip to content
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

How to use Meter to catch crash infomations? #12

Open
kami-kgu opened this issue Jun 27, 2024 · 3 comments
Open

How to use Meter to catch crash infomations? #12

kami-kgu opened this issue Jun 27, 2024 · 3 comments

Comments

@kami-kgu
Copy link

I integrated this library to my project, but now I have no idea about how to use Meter. Is there have any documents about how to using Meter? Thank you.

@mattmassicotte
Copy link
Contributor

There defnitely should be more.

Can I ask why you opted for Meter specifically over using MetricKit directly? What were you looking for? MetricKit-captured crashes are already presented in the Xcode crash viewer.

@kami-kgu
Copy link
Author

Actually, my leader suggest this library to me and ask me to investigate how to integrate this library to our project.
I just want to catch crash informations and then write those infos into out log system.

@mattmassicotte
Copy link
Contributor

Have you already integrated MetricKit into your app? Here's how you do that:

https://developer.apple.com/documentation/metrickit/mxmetricmanager

And here's a library that uses Meter to do, among other things, symbolication. I guess that's what you want from Meter over raw MetricKit data.

https://github.com/ChimeHQ/MeterReporter/blob/main/Sources/MeterReporter/MeterReporter.swift

I'll also work on a more minimal example for this project's readme. Definitely needs to there. And please don't be shy with questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants