Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js & 用户追踪 #86

Open
xgqfrms opened this issue Jul 22, 2019 · 2 comments
Open

js & 用户追踪 #86

xgqfrms opened this issue Jul 22, 2019 · 2 comments
Labels
js & 用户追踪 js & 用户追踪 user behavior tracker user behavior tracker

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Jul 22, 2019

js & 用户追踪

user behavior tracker

https://www.ruanyifeng.com/blog/2019/04/user-tracking.html

@xgqfrms xgqfrms added js & 用户追踪 js & 用户追踪 user behavior tracker user behavior tracker labels Jul 22, 2019
Repository owner locked and limited conversation to collaborators Jul 22, 2019
@xgqfrms
Copy link
Owner Author

xgqfrms commented Nov 15, 2019

@xgqfrms
Copy link
Owner Author

xgqfrms commented Nov 15, 2019

Sentry & React

https://docs.sentry.io/platforms/javascript/react/

https://sentry.io/onboarding/google-ev/get-started/

https://sentry.io/organizations/google-ev/issues/?project=1804562

install

# Using yarn
$ yarn add @sentry/browser

# Using npm
$ npm install @sentry/browser

https://www.npmjs.com/package/@sentry/browser

init

import React from 'react';
import * as Sentry from '@sentry/browser';
import App from 'src/App';

Sentry.init({dsn: "https://bbac8dd030aa4028a8e73a97b4391279@sentry.io/1804562"});

ReactDOM.render(<App />, document.getElementById('root'));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
js & 用户追踪 js & 用户追踪 user behavior tracker user behavior tracker
Projects
None yet
Development

No branches or pull requests

1 participant