Blog

Use the OTel Tracing API and see your traces in Embrace with our new implementation for Android

Embrace's Android OpenTelemetry (OTel) SDK now supports the standard OTel Tracing API, meaning that spans instrumented by the OTel Tracing API will be seamlessly consumed by the Embrace SDK, just as if they were created using our proprietary tools. This gives customers greater flexibility to instrument and monitor what really matters to them, without having to adopt a different tracing standard.

Read more

Analyze all network requests firing within a user flow via Embrace’s latest Performance Tracing update

Embrace's latest upgrade to our performance tracing feature lets engineers see all the network requests that occur in a user flow as individual spans within a larger trace instance. Engineers can now better understand the temporal relationship between network activity and other events within a flow, leading to quicker insights and faster issue resolution.

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
App Performance

Avoiding garbage collector performance spikes in Unity

Navigate the challenges of garbage collector performance spikes in Unity and optimize your game's performance, as we explore memory management techniques, object pooling, and efficient resource allocation strategies, empowering developers to create smoother gameplay experiences with reduced stuttering and improved frame rates.

Read more
Flutter

Understanding and working with constraints in Flutter

By leveraging Flutter's built-in widgets, layout options, and performance optimization techniques, we can effectively understand and work with Flutter's constraints to create high-quality, responsive apps that deliver a seamless user experience across different screen sizes and device capabilities.

Read more