Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUMM-917 Fix Objc API visibility in RUMMonitor #359

Merged

Conversation

ncreated
Copy link
Member

@ncreated ncreated commented Jan 5, 2021

What and why?

🐞 The [DDGlobal.rum stopResourceLoadingWithResourceKey:response:attributes:] public API was not visible for Objective-C.

How?

This API was using size: Int64? parameter which can't be translated to Objective-C so it was not generated into Obj-C interface. I removed it, as we infer this information any way from the HTTPURLResponse.

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

@ncreated ncreated self-assigned this Jan 5, 2021
@ncreated ncreated requested a review from a team as a code owner January 5, 2021 14:39
@buranmert
Copy link
Contributor

ℹ️ i'm merging as @ncreated is off today

@buranmert buranmert merged commit f842174 into master Jan 6, 2021
@buranmert buranmert deleted the ncreated/RUMM-917-fix-RUM-objc-interface-visibility branch January 6, 2021 09:24
@ncreated ncreated mentioned this pull request Nov 9, 2022
6 tasks
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.

2 participants