UNPKG

apollo-link-sentry

Version:

[Apollo Link](https://www.apollographql.com/docs/react/api/link/introduction) to enrich [Sentry](https://sentry.io) events with [GraphQL](https://graphql.org) data

3 lines (2 loc) 162 B
export declare function stringifyObjectKeys(object: Record<string, unknown>): Record<string, unknown>; export declare function stringify(value: unknown): string;