Changelog

Sep 28, 2020, 11:03 PM UTC

Local time: Sep 28, 2020, 11:03 PM UTC

  • We now integrate with FullStory! We provide the ability to access your user metrics and user events, as well as entirely delete your FullStory analytics data.
  • Adds support for Filestack. Necessitates an enricher that provides Transcend with Filestack file handles.
  • Sombra multi-tenant sombras no longer require 'x-sombra-authorization' header. If it is set, we will check to see if it's valid. If it is not set, we just let the request through.
  • Bumps the size of the headers Sombra allows from 8KB to 16KB as 16KB is the current default for Node.js version 14, so this is in line with the standard. We needed to bump this limit because we pass increasingly more information in headers from our backend to Sombra when processing integration requests; we ran into the (version 12) 8KB ceiling in some requests so decided to increase the limit to the current standard