0.34.1 • Published 9 months ago

@traceo-sdk/vue v0.34.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Traceo SDK for Vue

Library for integration with Traceo Platform.

Installation

To install this SDK add this package to your project like below:

yarn add @traceo-sdk/vue

or

npm install @traceo-sdk/vue

Usage

To use this SDK initialize TraceoClient in your application.

import { TraceoClient } from "@traceo-sdk/vue";

const app = createApp({ ... });

new TraceoClient(<project_api_key>, {
    host: <traceo_host>
});

// your code

app.mount("#app");

Performance

To enable collect of web-vitals data, you have to set performance param to true like below:

new TraceoClient(<project_api_key>, {
    host: <traceo_host>,
    performance: true
});

Support

Feel free to create Issues, Pull Request and Discussion.

0.34.1

9 months ago

0.34.0

9 months ago

0.33.1

10 months ago

0.33.0

11 months ago

0.32.1

1 year ago

0.32.0

1 year ago