Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
arajguha authored and shrouti1507 committed Sep 22, 2021
1 parent 6d91f3f commit da92a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/Sentry/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Sentry {
init() {
logger.debug("===in init Sentry===");
if (!this.dsn) {
logger.debug("DSN is a mandatory field");
logger.debug("===[Sentry]: DSN is a mandatory field===");
return;
}
SentryScriptLoader(
Expand Down Expand Up @@ -145,7 +145,7 @@ class Sentry {
if (!userId && !email && !name && !ipAddress) {
// if no user identification property is present the event will be dropped
logger.debug(
"Any one of userId, email, name and ip_address is mandatory"
"===[Sentry]: Any one of userId, email, name and ip_address is mandatory==="
);
return;
}
Expand Down

0 comments on commit da92a11

Please sign in to comment.