Skip to content

Commit

Permalink
Add link to migration guide in OpenCensus' docs (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and jdpedrie committed Dec 15, 2017
1 parent ac34587 commit 8a5afd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Trace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ $client->insert($trace);
We highly recommend using the [OpenCensus][opencensus] project to instrument
your application. OpenCensus is an open source, distributed tracing framework
that maintains integrations with popular frameworks and tools. OpenCensus
provides a data exporter for Stackdriver Trace which uses this library.
provides a data exporter for Stackdriver Trace which uses this library. If you
were using google/cloud-trace <= v0.3.3 or google/cloud <= 0.46.0, then check
out the [migration guide to OpenCensus][opencensus-migration].

Install with `composer` or add to your `composer.json`.

Expand All @@ -67,3 +69,4 @@ options and features.
[github-home]: https://github.com/googlecloudplatform/google-cloud-php
[opencensus]: http://opencensus.io
[opencensus-php]: https://github.com/census-instrumentation/opencensus-php
[opencensus-migration]: http://opencensus.io/opencensus-php/migrating-stackdriver-trace

0 comments on commit 8a5afd1

Please sign in to comment.