tencentcloud-sdk-rum 3.0.891 → 3.0.892

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd16fd4a79734c684283196f53419fb5b933eea4
4
- data.tar.gz: d4a29122466b8a54b6a7c4b23b105a190e6c701f
3
+ metadata.gz: e86bf9778007181957a6afe7a64783df5a593369
4
+ data.tar.gz: 0845c835481b21665d6f3211be087307c3670823
5
5
  SHA512:
6
- metadata.gz: bca50267edb950c356012fdb7306cd929c12373a9f51ba0d731215720bc761189eb2a75fe3bcf941c22a69a27c00f0ab0b700d5f8bd2b218777a456368b059a1
7
- data.tar.gz: 14f8a7041d8403f5d8b8b81a27c2c8f0ba86270c2f473176b5c5816cc1b989cd5761945707f606c33c4badfee7efa2583d5129d9d21ba95df81b88207ad5f0cc
6
+ metadata.gz: 71dba8e2d1ce646f077c45a267682b1fba4b2cdf983e96188f22a7c661e772aed01c5b09c2450a2d16b12d2138c6013ae419bd9d42538a6827bd6ef58cec420e
7
+ data.tar.gz: b89742926e6c5c62ef54be351b6e9279995294a013d04a6a329ade7898977ac1a4f728cc88e20be25410d70a69b61901c21886a6b4e91078acb4cdfdcc5e26e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.891
1
+ 3.0.892
@@ -1505,10 +1505,12 @@ module TencentCloud
1505
1505
  # @type Browser: String
1506
1506
  # @param Env: 环境区分
1507
1507
  # @type Env: String
1508
+ # @param ErrorMsg: js异常信息
1509
+ # @type ErrorMsg: String
1508
1510
 
1509
- attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env
1511
+ attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env, :ErrorMsg
1510
1512
 
1511
- def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, env=nil)
1513
+ def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, env=nil, errormsg=nil)
1512
1514
  @StartTime = starttime
1513
1515
  @Type = type
1514
1516
  @EndTime = endtime
@@ -1530,6 +1532,7 @@ module TencentCloud
1530
1532
  @Os = os
1531
1533
  @Browser = browser
1532
1534
  @Env = env
1535
+ @ErrorMsg = errormsg
1533
1536
  end
1534
1537
 
1535
1538
  def deserialize(params)
@@ -1554,6 +1557,7 @@ module TencentCloud
1554
1557
  @Os = params['Os']
1555
1558
  @Browser = params['Browser']
1556
1559
  @Env = params['Env']
1560
+ @ErrorMsg = params['ErrorMsg']
1557
1561
  end
1558
1562
  end
1559
1563
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.891
4
+ version: 3.0.892
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-21 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common