Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

[ErrorLog]: Should log error sending trackevent when Scope contains uppercase characters

Found in

EPiServer.Profiles.Client 1.6.0

Fixed in

EPiServer.Profiles.Client 1.6.0

(Or a related package)

Created

Aug 01, 2018

Updated

Sep 18, 2018

State

Closed, Fixed and tested


Description

1. Configure the tracking on the AlloyMVC site.
Scope = "Test"
2. Browse the site.
3. Open the ErrorLog file: projectName/App_Data/EPiServerErrors.log.

Expected:
Throw an error if the sending Scope contains uppercase characters as in TrackAPI and ProfileAPI: Scope cannot contain uppercase characters.

Actual:
Don't throw error log.