Releases: fullstorydev/hauser
Releases · fullstorydev/hauser
v1.5.1
v1.5.0
v1.4.0
Schema
- Adds new Core Web Vitals fields:
EventFirstInputDelay
,EventCumulativeLayoutShift
, andLoadLargestPaintTime
.
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
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
andStorageOnly=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
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
Changes
New export fields
The following fields were added to the export:
ReqUrl
: the URL for the corresponding XHR requestReqMethod
: the HTTP request method for the corresponding XHR requestReqStatus
: 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
Initial release using semver.