What's New

The latest features, improvements, and fixes across Shipbook's SDKs and platform.

2026

New

Your AI agent can look up fired alerts on its own

Shipbook’s MCP integration can now hand your AI agent the alerts that fired — list all of an app’s recent alerts, or pull the exact one a webhook pointed to. The agent can then dig into that session’s logs and investigate what went wrong, without you wiring up anything extra.

Server 2.42.0

See how AI agents use Shipbook
★ HighlightNew

Alert webhooks — send a fired alert anywhere

Alerts can now trigger a webhook. When one fires, Shipbook POSTs it to any endpoint you choose — Slack, PagerDuty, or your own AI agent or automation. Paired with Shipbook’s MCP integration, an agent can then pick up the alert and investigate the session’s logs on its own. Set it up in the new Webhooks section of the console.

Server 2.41.0, Console 2.34.0

Webhooks docs
Improved

Better dashboards for backend and Node.js apps

Dashboards and Loglytics now count activity by session for backend apps, just like mobile — so your Node.js and server-side stats reflect how the app was actually used.

Server 2.40.0, Console 2.33.0

Improved

A faster, leaner logging engine for JavaScript

The JavaScript SDK got a tuned-up core and an updated Node.js package, so logs are sent more efficiently across browser, React Native, and Node apps.

@shipbook/core 2.1.0, @shipbook/node 1.2.0

Fixed

No more upload loops when credentials are wrong

If an app key was wrong or an app was deleted, the SDK used to keep retrying against the server until the next restart. Now it stops cleanly, saving battery and network.

iOS 2.0.2, Android 1.9.1

Improved

Faster, more scalable log search

We moved Shipbook to a new search-engine cluster with smarter routing, so log search, dashboards, and Loglytics stay fast even as your log volume keeps growing.

Server 2.38.0

Read how we did it
Improved

One-click time ranges across the console

Pick a time window in one click — in the logbook, Loglytics, Bridge, and log search. Your selected range now stays in sync as you move between them, so you keep the same view while you investigate.

Console 2.31.0

New

Smarter search and alert filters

Filters can now exclude values, not just match them, compare app versions with operators like greater-than, and search on more fields — OS version, OS name, language, and class name. It is much easier to zero in on exactly the logs you want.

Server 2.35.0, Console 2.29.0

★ HighlightNew

Let AI agents read your production logs

New MCP Integration and OAuth Connections pages in the console let you connect AI assistants like Claude to your Shipbook logs — so an agent can investigate real issues using your production data, safely and with your permission.

Learn about AI / MCP
New

Bring your own appender on iOS

You can now plug in custom appenders on iOS to send logs wherever you need. The iOS SDK also moved to Swift Package Manager as the single, modern way to install.

iOS 2.0.0

iOS docs
New

Custom appenders and a modernized core on Android

Android now supports custom appenders, with faster file loading, cleaner shutdown, and modern internals built on Kotlin coroutines.

Android 1.9.0

Android docs
New

Flutter SDK is now stable

The Shipbook Flutter SDK reached its first stable release — remote logging, automatic crash and error capture, session tracking, screen tracking, and offline queuing, all in one package.

Flutter 1.0.0

Flutter docs
New

Readable stack traces with source maps

Upload your source maps to turn minified, hard-to-read stack traces back into real file names and line numbers — so crashes and errors point straight to the code that caused them.

Console 2.26.0

New

A modular JavaScript SDK for every environment

The JavaScript SDK is now split into focused packages so you only ship what you need — a shared core plus dedicated builds for the browser, React Native, and Node.js.

@shipbook/browser 1.1.0, @shipbook/react-native, @shipbook/node

Browser docs