podchat-browser 12.5.2-snapshot.2 → 12.5.2-snapshot.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented here.
4
4
  to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.ir/pod/pod-basic-sdk/chat-js-browser-sdk/-/blob/master/changelog.md)
5
5
 
6
- ## [12.5.2-snapshot.1] - 2022-05-24
6
+ ## [12.5.2-snapshot.2] - 2022-05-24
7
7
  ### Changed
8
8
  - Update async package
9
9
 
@@ -60632,7 +60632,7 @@ WildEmitter.mixin(WildEmitter);
60632
60632
 
60633
60633
  if (!!Sentry) {
60634
60634
  Sentry.init({
60635
- dsn: 'http://784a14966f6a416b8b58a4b144aef0f5@talksentry.sakku-khatam.ir:9000/4',
60635
+ dsn: 'https://784a14966f6a416b8b58a4b144aef0f5:733b76b6354f4547a7428bb8c7489bf2@talksentry.sakku-khatam.ir/4',
60636
60636
  attachStacktrace: true
60637
60637
  });
60638
60638
  Sentry.setContext("Chat Params", params);
@@ -61098,7 +61098,8 @@ WildEmitter.mixin(WildEmitter);
61098
61098
  connectionCheckTimeoutThreshold: connectionCheckTimeoutThreshold,
61099
61099
  messageTtl: messageTtl,
61100
61100
  reconnectOnClose: reconnectOnClose,
61101
- asyncLogging: asyncLogging
61101
+ asyncLogging: asyncLogging,
61102
+ logLevel: (consoleLogging ? 3 : 1)
61102
61103
  });
61103
61104
  callModule.asyncInitialized(asyncClient);
61104
61105
  chatMessaging.asyncInitialized(asyncClient);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podchat-browser",
3
- "version": "12.5.2-snapshot.2",
3
+ "version": "12.5.2-snapshot.3",
4
4
  "description": "Javascript SDK to use POD's Chat Service - Browser Only",
5
5
  "main": "./src/chat.js",
6
6
  "scripts": {
package/src/chat.js CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  if (!!Sentry) {
44
44
  Sentry.init({
45
- dsn: 'http://784a14966f6a416b8b58a4b144aef0f5@talksentry.sakku-khatam.ir:9000/4',
45
+ dsn: 'https://784a14966f6a416b8b58a4b144aef0f5:733b76b6354f4547a7428bb8c7489bf2@talksentry.sakku-khatam.ir/4',
46
46
  attachStacktrace: true
47
47
  });
48
48
  Sentry.setContext("Chat Params", params);