Changelog

Improving AppSignal, one deploy at a time.

Apr 21, 2026

AppSignal JavaScript `urql` package v1.0.0

JavaScript@appsignal/urql@1.0.0

Added

  • Our new @appsignal/urql package allows reporting all GraphQL errors automatically through a custom urql exchange:

    JavaScript
    import { createClient, fetchExchange } from "urql"; import Appsignal from "@appsignal/javascript"; import { createAppsignalExchange } from "@appsignal/urql"; const appsignal = new Appsignal({ key: "YOUR FRONTEND API KEY", }); const client = createClient({ url: "https://api.example.com/graphql", exchanges: [createAppsignalExchange(appsignal), fetchExchange], });

View the AppSignal JavaScript urql v1.0.0 changelog for more information.

View all JavaScript updates

Start your free trial

Don’t let the bad bugs bite. Try AppSignal for free.

AppSignal offers a 30-day free trial, no credit card is required. All features are available in all plans. Start monitoring your application in just a few clicks!