tencentcloud-sdk-rum 3.0.890 → 3.0.892

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: 01e25a14b027df3959914d81d3ebd0772c168f05
4
- data.tar.gz: 33ed76d5932009c174fc8e8b987b75e066ce1d19
3
+ metadata.gz: e86bf9778007181957a6afe7a64783df5a593369
4
+ data.tar.gz: 0845c835481b21665d6f3211be087307c3670823
5
5
  SHA512:
6
- metadata.gz: fa6584e93f9204c654abab322f977435cbc6fc5fa7c9bd196a64b304761f0018b4e48f17fe8f3a129b5f9799c04db9932b882e79226a49d6176d1d78a921fce5
7
- data.tar.gz: 24fef26e40b22c249c11139360d255c375a503610ccf5e45559f8603f1ffa7d8244db1d689e99aaca4fd56c06e755489fb8ad4dc981c1b668913253c4efa74a9
6
+ metadata.gz: 71dba8e2d1ce646f077c45a267682b1fba4b2cdf983e96188f22a7c661e772aed01c5b09c2450a2d16b12d2138c6013ae419bd9d42538a6827bd6ef58cec420e
7
+ data.tar.gz: b89742926e6c5c62ef54be351b6e9279995294a013d04a6a329ade7898977ac1a4f728cc88e20be25410d70a69b61901c21886a6b4e91078acb4cdfdcc5e26e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.890
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.890
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-20 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