# Apollo Engine and GraphQL error tracking

DevFeed: [Apollo Engine and GraphQL error tracking](<https://devfeed.tech/articles/apollo-engine-and-graphql-error-tracking-23181.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-engine-and-graphql-error-tracking-e7dd3ce8b99d>)

Author: Matt DeBergalis

Published: 2017-10-11T23:47:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [error tracking](<https://devfeed.tech/topics/error-tracking.md>), [monitor](<https://devfeed.tech/topics/monitor.md>), [API](<https://devfeed.tech/topics/api.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [error-tracking](<https://devfeed.tech/tags/error-tracking.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [preview](<https://devfeed.tech/tags/preview.md>), [release](<https://devfeed.tech/tags/release.md>), [trace](<https://devfeed.tech/tags/trace.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

## AI overview

Apollo announces a technical preview of Apollo Engine, the next version of Optics, for visualizing, monitoring, and scaling GraphQL services. The article describes GraphQL-aware error tracking, resolver-level tracing, error-rate charts, and an embedded GraphQL proxy architecture intended to support more languages and environments.

## Source excerpt

Today we're excited to release a technical preview of the next version of Optics, called Apollo Engine. Engine lets you visualize, monitor and scale your GraphQL services, and is built on a new architecture that supports more languages and environments. New feature: Tracking errors in GraphQL GraphQL's flexibility brings some big advantages, like allowing clients to query just the exact data they need instead of depending on a set of rigid REST endpoints.