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

[RUMF-803] import RRWeb #658

Merged
merged 6 commits into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Component,Origin,License,Copyright
require,tslib,Apache-2.0,Copyright Microsoft Corporation
file,rrweb,MIT,Copyright (c) 2018 Contributors (https://github.com/rrweb-io/rrweb/graphs/contributors) and SmartX Inc.
file,tracekit,MIT,Copyright 2013 Onur Can Cakmak and all TraceKit contributors
prod,@types/css-font-loading-module,MIT,Copyright Microsoft Corporation
prod,rrweb-snapshot,MIT,Copyright (c) 2018 Contributors (https://github.com/rrweb-io/rrweb-snapshot/graphs/contributors) and SmartX Inc.
dev,@types/cors,MIT,Copyright Microsoft Corporation
dev,@types/express,MIT,Copyright Microsoft Corporation
dev,@types/jasmine,MIT,Copyright Microsoft Corporation
Expand Down Expand Up @@ -29,8 +32,8 @@ dev,karma-chrome-launcher,MIT,Copyright 2011-2013 Google Inc.
dev,karma-coverage-istanbul-reporter,MIT,Copyright 2017 Matt Lewis
dev,karma-jasmine,MIT,Copyright 2011-2013 Google Inc.
dev,karma-junit-reporter,MIT,Copyright (C) 2011-2013 Google, Inc.
dev,karma-spec-reporter,MIT,Copyright 2015 Michael Lex
dev,karma-sourcemap-loader,MIT,Copyright 2013 Sergey Todyshev
dev,karma-spec-reporter,MIT,Copyright 2015 Michael Lex
dev,karma-webpack,MIT,Copyright JS Foundation and other contributors
dev,lerna,MIT,Copyright 2015-present Lerna Contributors
dev,npm-run-all,MIT,Copyright 2015 Toru Nagashima
Expand Down
2 changes: 2 additions & 0 deletions packages/rum-recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"dependencies": {
"@datadog/browser-core": "2.1.2",
"@datadog/browser-rum": "2.1.2",
"@types/css-font-loading-module": "0.0.4",
"rrweb-snapshot": "1.0.1",
"tslib": "^1.10.0"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/rum-recorder/src/domain/rrweb/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { record } from './record'
Loading