Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 6709716

Browse files
Merge branch 'develop' of https://github.com/traceo-dev/traceo into develop
2 parents 13a5a7e + 74f7e38 commit 6709716

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ updates:
99
directory: "/lib"
1010
target-branch: "develop"
1111
schedule:
12-
interval: "monthly"
12+
interval: "weekly"
1313

1414
- package-ecosystem: "npm"
1515
directory: "/relay-worker"
1616
target-branch: "develop"
1717
schedule:
18-
interval: "monthly"
18+
interval: "weekly"
1919

2020
- package-ecosystem: "npm"
2121
directory: "/public"
2222
target-branch: "develop"
2323
schedule:
24-
interval: "monthly"
24+
interval: "weekly"

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gathering the information you need is done using the [Traceo SDK](https://github
1515
# Screenshots
1616
<p align="center">
1717
<img src="https://github.com/traceo-io/traceo/raw/develop/.github/screenshots/v1.2.0/traceo-incident.PNG" width="270">
18-
<img src="https://github.com/traceo-io/traceo/raw/develop/.github/screenshots/v1.2.0/traceo-dashboard.PNG" width="270">
18+
<img src="https://github.com/traceo-io/traceo/raw/develop/.github/screenshots/traceo-incidents-list.PNG" width="270">
1919
<img src="https://github.com/traceo-io/traceo/raw/develop/.github/screenshots/v1.2.0/traceo-dashboard-panel.PNG" width="270">
2020
<img src="https://github.com/traceo-io/traceo/raw/develop/.github/screenshots/v1.2.0/traceo-explore-metrics.PNG" width="270">
2121
<img src="https://github.com/traceo-io/traceo/raw/develop/.github/screenshots/traceo-web-perf.PNG" width="270">
@@ -55,14 +55,17 @@ And many more!
5555
The full Traceo platform documentation can be found [here](https://github.com/traceo-dev/traceo/blob/develop/DOCUMENTATION.md). In case of problems, don't be afraid to start a discussion on Github.
5656

5757
# SDK
58-
To start using the Traceo platform, you need to integrate with the [Traceo SDK](https://github.com/traceo-io/traceo-node). Information about the process of implementing the SDK in your software is included in the README file of each SDK.
59-
60-
- [`traceo-sdk/java`](https://github.com/traceo-dev/traceo-java/blob/master/traceo-sdk/README.md) - Java
61-
- [`traceo-sdk/opentelemetry-java`](https://github.com/traceo-dev/traceo-java/blob/master/traceo-sdk-opentelemetry/README.md) - Open Telemetry for Java
62-
- [`traceo-sdk/node`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/node) - NodeJS
63-
- [`traceo-sdk/opentelemetry-node`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/opentelemetry-node) - Open Telemetry for NodeJS
64-
- [`traceo-sdk/react`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/react) - React
65-
- [`traceo-sdk/vue`](https://github.com/traceo-dev/traceo-sdk/tree/develop/packages/vue) - Vue
58+
To start using the Traceo platform, you need to integrate with one of the Traceo SDKs. Information about the process of implementing the SDK in your software is included in the README file of each SDK.
59+
60+
| Platform | SDK | Version |
61+
| :---: | :---: | :---: |
62+
| ![My Skills](https://skillicons.dev/icons?i=java&perLine=1) | [traceo-sdk/java](https://github.com/traceo-dev/traceo-java/blob/master/traceo-sdk/README.md) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.traceo/traceo-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.traceo/traceo-sdk/) |
63+
| ![My Skills](https://skillicons.dev/icons?i=java&perLine=1) | [traceo-sdk/opentelemetry](https://github.com/traceo-dev/traceo-java/blob/master/traceo-sdk-opentelemetry/README.md) |[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.traceo/traceo-sdk-opentelemetry/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.traceo/traceo-sdk-opentelemetry/) |
64+
| [![My Skills](https://skillicons.dev/icons?i=js&perLine=1)](https://skillicons.dev) | [traceo-sdk/node](https://github.com/traceo-dev/traceo-javascript/tree/develop/packages/traceo-sdk-node) | [![npm version](https://badge.fury.io/js/@traceo-sdk%2Fnode.svg)](https://badge.fury.io/js/@traceo-sdk%2Fnode) |
65+
| ![My Skills](https://skillicons.dev/icons?i=js&perLine=1) | [traceo-sdk/opentelemetry-node](https://github.com/traceo-dev/traceo-javascript/tree/develop/packages/traceo-sdk-opentelemetry) | [![npm version](https://badge.fury.io/js/@traceo-sdk%2Fopentelemetry-node.svg)](https://badge.fury.io/js/@traceo-sdk%2Fopentelemetry-node) |
66+
| ![My Skills](https://skillicons.dev/icons?i=react&perLine=1) | [traceo-sdk/react](https://github.com/traceo-dev/traceo-javascript/tree/develop/packages/traceo-sdk-react) | [![npm version](https://badge.fury.io/js/@traceo-sdk%2Freact.svg)](https://badge.fury.io/js/@traceo-sdk%2Freact) |
67+
| ![My Skills](https://skillicons.dev/icons?i=vue&perLine=1) | [traceo-sdk/vue](https://github.com/traceo-dev/traceo-javascript/tree/develop/packages/traceo-sdk-vue) | [![npm version](https://badge.fury.io/js/@traceo-sdk%2Fvue.svg)](https://badge.fury.io/js/@traceo-sdk%2Fvue) |
68+
6669

6770
Remember that for each version of the Traceo platform there may be a specific SDK version. You can monitor them in [Release](https://github.com/traceo-dev/traceo/releases).
6871

0 commit comments

Comments
 (0)