Join us Thursday, Sept 26th for the "What your SLOs aren’t telling you about Mobile" webinar

Save your seat!

Blog

A Giant Leap For Span.Kind

At Embrace, we've been excited about meeting and growing the OpenTelemetry specification for some time now. We also have a ton of domain-specific knowledge about how mobile telemetry should be collected and processed. This led to a decision point while rebuilding our mobile SDKs to emit OpenTelemetry primitives: how can we quickly inform the data ingest layer about the types of telemetry we're sending, to make its life easier?

Read more

See the big picture with Embrace Custom Metrics

Embrace captures all the data from all the sessions of an app. Your Error Logs, successful and failing Network Requests, and screen tap locations are all recorded by the mobile app client. That’s a lot of data. Too much data to be constantly monitoring.

Read more
Crash Reporting

How to protect your Flutter app from crashes

Crashes can be a nightmare for any Flutter app developer, leading to frustrated users and tarnished reputations. In this blog, we delve into the world of crash prevention and offer valuable insights on how to safeguard your Flutter app.

Read more
Crash Reporting

Solving “expired task” crashes

Solving an expired task crash in iOS is vital for ensuring an optimal mobile user experience. Find out how you can pinpoint and solve these crashes in our blog post.

Read more
Crash Reporting

Understanding SIGKILLs in iOS

As an iOS developer, understanding SIGKILLs is vital. The right understanding helps you problem solving faster, produce highly performant apps, and save valuable development time that can be refocused on innovation.

Read more
Crash Reporting

Using null safety in Dart

Null references are a common source of frustration that can lead to crashy code. Fortunately, Dart provides a null safety feature to help solve these issues at compile time, so they don't affect your app at runtime. Read on to learn more.

Read more