fixing warnings and updating snapshots
This commit is contained in:
@@ -6,24 +6,24 @@ const clientToken = 'pubeb25449bb91773fc993855c7378e375a';
|
||||
const site = 'datadoghq.com';
|
||||
const service = 'ota-portal';
|
||||
|
||||
// datadogRum.init({
|
||||
// applicationId,
|
||||
// clientToken,
|
||||
// site,
|
||||
// service,
|
||||
// // Specify a version number to identify the deployed version of your application in Datadog
|
||||
// // version: '1.0.0',
|
||||
// sampleRate: 100,
|
||||
// trackInteractions: true
|
||||
// });
|
||||
datadogRum.init({
|
||||
applicationId,
|
||||
clientToken,
|
||||
site,
|
||||
service,
|
||||
// Specify a version number to identify the deployed version of your application in Datadog
|
||||
// version: '1.0.0',
|
||||
sampleRate: 100,
|
||||
trackInteractions: true
|
||||
});
|
||||
|
||||
// datadogLogs.init({
|
||||
// clientToken,
|
||||
// site,
|
||||
// service,
|
||||
// forwardErrorsToLogs: true,
|
||||
// sampleRate: 100,
|
||||
// });
|
||||
datadogLogs.init({
|
||||
clientToken,
|
||||
site,
|
||||
service,
|
||||
forwardErrorsToLogs: true,
|
||||
sampleRate: 100,
|
||||
});
|
||||
|
||||
const logger = datadogLogs.logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user