Skip to content

Commit

Permalink
docs: add missing link to rspec integration (#1263)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Costa <marco.costa@datadoghq.com>
  • Loading branch information
jirikuncar and marcotc authored Nov 26, 2020
1 parent 409ec65 commit 4aa11d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ To contribute, check out the [contribution guidelines][contribution docs] and [d
- [Redis](#redis)
- [Rest Client](#rest-client)
- [Resque](#resque)
- [RSpec](#rspec)
- [Shoryuken](#shoryuken)
- [Sequel](#sequel)
- [Sidekiq](#sidekiq)
Expand Down Expand Up @@ -363,6 +364,7 @@ For a list of available integrations, and their configuration options, please re
| Redis | `redis` | `>= 3.2` | `>= 3.2` | *[Link](#redis)* | *[Link](https://github.com/redis/redis-rb)* |
| Resque | `resque` | `>= 1.0` | `>= 1.0` | *[Link](#resque)* | *[Link](https://github.com/resque/resque)* |
| Rest Client | `rest-client` | `>= 1.8` | `>= 1.8` | *[Link](#rest-client)* | *[Link](https://github.com/rest-client/rest-client)* |
| RSpec | `rspec`. | `>= 3.0.0` | `>= 3.0.0` | *[Link](#rspec)*. | *[Link](https://github.com/rspec/rspec)* |
| Sequel | `sequel` | `>= 3.41` | `>= 3.41` | *[Link](#sequel)* | *[Link](https://github.com/jeremyevans/sequel)* |
| Shoryuken | `shoryuken` | `>= 3.2` | `>= 3.2` | *[Link](#shoryuken)* | *[Link](https://github.com/phstc/shoryuken)* |
| Sidekiq | `sidekiq` | `>= 3.5.4` | `>= 3.5.4` | *[Link](#sidekiq)* | *[Link](https://github.com/mperham/sidekiq)* |
Expand Down Expand Up @@ -1500,7 +1502,7 @@ Where `options` is an optional `Hash` that accepts the following parameters:
| `distributed_tracing` | Enables [distributed tracing](#distributed-tracing) | `true` |
| `service_name` | Service name for `rest_client` instrumentation. | `'rest_client'` |

## RSpec
### RSpec

RSpec integration will trace all executions of example groups and examples when using `rspec` test framework.

Expand Down

0 comments on commit 4aa11d6

Please sign in to comment.