tencentcloud-sdk-rum 3.0.891 → 3.0.893

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd16fd4a79734c684283196f53419fb5b933eea4
4
- data.tar.gz: d4a29122466b8a54b6a7c4b23b105a190e6c701f
3
+ metadata.gz: 3e4a062120e9d608aad179fe8227ceb85704d31e
4
+ data.tar.gz: de610a5ae53d656a67587a571cc07be0949b0ea2
5
5
  SHA512:
6
- metadata.gz: bca50267edb950c356012fdb7306cd929c12373a9f51ba0d731215720bc761189eb2a75fe3bcf941c22a69a27c00f0ab0b700d5f8bd2b218777a456368b059a1
7
- data.tar.gz: 14f8a7041d8403f5d8b8b81a27c2c8f0ba86270c2f473176b5c5816cc1b989cd5761945707f606c33c4badfee7efa2583d5129d9d21ba95df81b88207ad5f0cc
6
+ metadata.gz: 2910abf4d825bb6a2513658435aec497c9b9813d0c9e84b815e28a665a210dc264798080c95e535a45049b303b36c32e158db87e7aa087f2ab2109b4e014dd51
7
+ data.tar.gz: eec3e2047c356203cc8e809a7cbd764c0d22278a71013966dfc465d80ba1717fbd3262e034a5bb5c902ddc4bb67e4f4aac68c2708e7db2facf2fbb284cd030ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.891
1
+ 3.0.893
@@ -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.893
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common