Skip to content

feat(network-activity-plugin): configurable way paths are reported in the DevTools UI#129

Merged
V3RON merged 8 commits intocallstackincubator:mainfrom
dprevost-LMI:network-plugin-add-relative-path-column
Oct 29, 2025
Merged

feat(network-activity-plugin): configurable way paths are reported in the DevTools UI#129
V3RON merged 8 commits intocallstackincubator:mainfrom
dprevost-LMI:network-plugin-add-relative-path-column

Conversation

@dprevost-LMI
Copy link
Copy Markdown
Contributor

@dprevost-LMI dprevost-LMI commented Oct 19, 2025

As requested here, here is a client UI configuration (with showUrlAsName) that shows the entire request URL path in the name column of the React Native DevTool client.

Enabled using the below:

  useNetworkActivityDevTools(
    {
      clientUISettings: {
        showUrlAsName: true,
      }
    }
  );

Note: In the end, I did not switch to truncation or wrapping; the current is good enough!

Future possibilities

  • Integration with the client setting of the React Native DevTools so that we can make it selectable inside the client more easily and be user-based instead of project-based

Tested with the playground

Without showUrlAsName
image

With showUrlAsName enabled
image
image

@vercel
Copy link
Copy Markdown

vercel bot commented Oct 19, 2025

@dprevost-LMI is attempting to deploy a commit to the Callstack Team on Vercel.

A member of the Team first needs to authorize it.

@dprevost-LMI dprevost-LMI changed the title fix: draft idea of showing truncated beginning and end of path fix: Draft idea of showing middle truncated url path Oct 19, 2025
@dprevost-LMI dprevost-LMI force-pushed the network-plugin-add-relative-path-column branch from 039c1f2 to 08fbb58 Compare October 23, 2025 12:31
@dprevost-LMI dprevost-LMI changed the title fix: Draft idea of showing middle truncated url path fix: WIP -Draft idea of showing middle truncated url path Oct 24, 2025
@dprevost-LMI dprevost-LMI changed the title fix: WIP -Draft idea of showing middle truncated url path fix: WIP - Draft idea of showing middle truncated url path Oct 24, 2025
@dprevost-LMI dprevost-LMI changed the title fix: WIP - Draft idea of showing middle truncated url path fix: WIP - Draft idea of showing url path instead of last segment Oct 24, 2025
@dprevost-LMI dprevost-LMI changed the title fix: WIP - Draft idea of showing url path instead of last segment fix: Configuration to show entire url path instead of last segment in name column Oct 25, 2025
@dprevost-LMI dprevost-LMI changed the title fix: Configuration to show entire url path instead of last segment in name column feat(network-activity-plugin): Configuration to show entire url path instead of last segment in name column Oct 25, 2025
@dprevost-LMI dprevost-LMI changed the title feat(network-activity-plugin): Configuration to show entire url path instead of last segment in name column feat(network-activity-plugin): Config to show entire url path vs last segment in name column Oct 25, 2025
@dprevost-LMI dprevost-LMI marked this pull request as ready for review October 25, 2025 14:59
cursor[bot]

This comment was marked as outdated.

@V3RON V3RON changed the title feat(network-activity-plugin): Config to show entire url path vs last segment in name column feat(network-activity-plugin): configurable way paths are reported in the DevTools UI Oct 29, 2025
@V3RON V3RON merged commit 077eea1 into callstackincubator:main Oct 29, 2025
2 of 3 checks passed
@dprevost-LMI dprevost-LMI deleted the network-plugin-add-relative-path-column branch December 17, 2025 00:27
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