# Apollo Server 2.0: Performance and error reporting built in

DevFeed: [Apollo Server 2.0: Performance and error reporting built in](<https://devfeed.tech/articles/apollo-server-2-0-performance-and-error-reporting-built-in-23217.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-server-2-0-performance-and-error-reporting-built-in-baa6158f3c09>)

Author: Sashko Stubailo

Published: 2018-06-26T17:54:00Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [backend](<https://devfeed.tech/tags/backend.md>), [development](<https://devfeed.tech/tags/development.md>), [error-reporting](<https://devfeed.tech/tags/error-reporting.md>), [error-tracking](<https://devfeed.tech/tags/error-tracking.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [release](<https://devfeed.tech/tags/release.md>), [server](<https://devfeed.tech/tags/server.md>)

## AI overview

This article introduces Apollo Server 2.0, describing its goal of providing a single open-source tool for taking GraphQL APIs from prototype to production. It explains that Engine Proxy features, including performance tracing, error tracking, CDN integration, and caching, are built into Apollo Server in open-source JavaScript, and outlines setup using an API key.

## Source excerpt

Over the last few weeks, you might have heard a lot about Apollo Server 2.0, which is currently in the RC stage with the final release coming soon. It's the biggest open source release we've worked on since Apollo Client 2.0 last year. Here's our focus for this major new version: Apollo Server 2 will come with everything you need to take your GraphQL API from prototype to production. No more pulling in several libraries, wiring them together, and figuring out best practices on your own.