Skip to content

Releases: fullstorydev/hauser

v1.5.1

20 Mar 18:25
b557ee5
Compare
Choose a tag to compare

Changelog

  • 983ec10 Fix missing types in schema
  • 215f89d Bump github.com/aws/aws-sdk-go from 1.23.18 to 1.34.0 (#121)

v1.5.0

05 Feb 21:31
fdeba49
Compare
Choose a tag to compare

Changelog

  • fdeba49 Add Error Kind, Event Var Fields, Page Name, Page Num Events, and PageNumDerivedEvents fields (#126)

v1.4.0

11 Jan 15:33
b9701b3
Compare
Choose a tag to compare

Schema

  • Adds new Core Web Vitals fields: EventFirstInputDelay, EventCumulativeLayoutShift, and LoadLargestPaintTime.

Configuration

  • SegmentId can now be configured for running a continuous export of a single segment.
  • The FullStory API token can now be provided via an environment variable (FULLSTORY_API_TOKEN)

Changelog

v1.3.0

11 Feb 21:59
aa8611f
Compare
Choose a tag to compare

Changes

Schema

  • Adds PageBrowserVersion to the schema. This value is a string for the browser version that was used for a session, as derived from the User Agent.

Configuration

  • SaveAsJson=true and StorageOnly=true are now allowed to be set at the same time.

Core library

  • Added the ability to customize the HTTP client used to communicate with the FullStory API. This is useful if the transport mechanism needs to be modified in any way.
  • Added the ability to customize the "create export" API request before it is sent to the FullStory API.

v1.2.0

11 May 20:46
c9241da
Compare
Choose a tag to compare

Changes

Adds the following fields for all accounts:

  • EventSubType
  • EventPageOffset
  • EventSessionOffset
  • EventWebSourceFileUrl
  • PageMaxScrollDepthPercent

Also added fields for accounts with Mobile Apps support:

  • AppDeviceModel
  • AppDeviceVendor
  • AppVersion
  • AppOsVersion
  • AppViewName
  • EventMobileSourceFile

v1.1.0

28 Apr 14:41
fd6b90e
Compare
Choose a tag to compare

Changes

New export fields

The following fields were added to the export:

  • ReqUrl: the URL for the corresponding XHR request
  • ReqMethod: the HTTP request method for the corresponding XHR request
  • ReqStatus: the HTTP response status code for the corresponding XHR request

Also, custom page variables are now included in the fetched CustomVars. These have the prefix "page_".

Configuration

A new configuration value called FilePrefix was added which allows specification of a prefix for the files that are uploaded to cloud storage. Previously, the files were uploaded to the root of the cloud bucket. This is still the default behavior.

v1.0.0

27 Oct 19:05
d83a97b
Compare
Choose a tag to compare

Initial release using semver.