Skip to content

Conversation

@CLEMENTINATOR
Copy link
Contributor

Checklist

  • I have read the Contributor Guide
  • I have read and agree to the Code of Conduct
  • I have added a description of my changes and why I'd like them included in the section below

Description of Changes

Describe your changes here

Related Issues

List related issues here

@coveralls
Copy link

coveralls commented Sep 22, 2025

Pull Request Test Coverage Report for Build 17916091426

Details

  • 12 of 12 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 94.162%

Totals Coverage Status
Change from base Build 16316870355: 0.06%
Covered Lines: 742
Relevant Lines: 788

💛 - Coveralls

if !edgee_event.context.page.title.is_empty() {
event.data.page_title_html = Some(edgee_event.context.page.title.clone());
event.data.content_title = Some(edgee_event.context.page.title.clone());
event.data.page = Some(edgee_event.context.page.title.clone());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CLEMENTINATOR Are these 3 fields usually set with the Piano JS SDK?

}

if !edgee_event.context.page.path.is_empty() {
event.data.page = Some(data.name.clone());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, does it reproduce the standard JS SDK behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants