Skip to content

Commit

Permalink
remove mentions of beta as the module is now stable (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jul 24, 2018
1 parent e84d411 commit cda0d1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Contributing to dd-trace-js

As an open source project we welcome contributions of many forms, but due to the experimental pre-beta nature
of this repository, you should reach out before starting work on any major code changes.
Please reach out before starting work on any major code changes.
This will ensure we avoid duplicating work, or that your code can't be merged due to a rapidly changing
base. If you would like support for a module that is not listed, [contact support][1] to share a request.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![npm](https://img.shields.io/npm/v/dd-trace.svg)](https://www.npmjs.com/package/dd-trace)
[![CircleCI](https://img.shields.io/circleci/project/github/DataDog/dd-trace-js.svg)](https://circleci.com/gh/DataDog/dd-trace-js/tree/master)

**JavaScript APM Tracer (beta)**
**JavaScript APM Tracer**

This project is in open beta and under active development. Please contact [Datadog support](https://docs.datadoghq.com/help) with any questions.
Datadog APM tracing client for JavaScript.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dd-trace",
"version": "0.5.0",
"description": "Datadog APM tracing client for JavaScript (experimental)",
"description": "Datadog APM tracing client for JavaScript",
"main": "index.js",
"scripts": {
"bench": "node benchmark",
Expand Down

0 comments on commit cda0d1a

Please sign in to comment.