Home icon indicating copy to clipboard operation
Home copied to clipboard

Project Glimpse: Node Edition - Spend less time debugging and more time developing.

Results 44 Home issues
Sort by recently updated
recently updated
newest added

**Repro Steps:** 1. Open up [this URL](stickerapp.azurewebsites.net/create) 2. Launch the Glimpse client 3. Select the request which corresponds to the `/create` route 4. Click the expand/collapse icon for the first...

Area: Logging
Type: UX

**Repro Steps:** 1. Navigate to [this URL](http://stickerapp.azurewebsites.net/create) 2. Launch the corresponding Glimpse client 3. Select the request which corresponds to the `/create` route 4. Hover your mouse over the "heading"...

Type: Bug
Severity: 3 (minor)
Area: Logging
Type: UX

The Filter section currently shows up in the Data tab even though there is no content. Please hide the Filter bar when there is no known operation across all requests....

Type: Bug
Severity: 3 (minor)
Area: Shell
Type: UX

In order to spot potential performance optimizations, it would be pretty awesome to see whether a database call was using an efficient index or not, based on seeing the difference...

Reported: User
Type: Feature
Area: Data

**Repro steps:** 1. Add a MongoDB call to an app's route (I'm using Mongoose, but it shouldn't matter) 2. Run the app to exercise that call 3. Open up the...

Reported: User
Type: Bug
Severity: 2 (major)
Area: Data

I'm sure this is already planned for accessibility/etc., but as a "keyboard-preferred" user, I just wanted to log the request to be able to fully navigate the UI via the...

Reported: User
Type: Feature
Severity: 2 (major)
Area: Shell

I'm not even sure whether what Glimpse already shows for Mongo operations isn't sufficient, but I couldn't help but wonder whether the difference between Mongoose code and the underlying MongoDB...

Reported: User
Type: Feature
Area: Data

Glimpse did a really great job capturing logs messages, however, I was left wondering of what to do next with that information ... It would be **super helpful** if we...

Reported: User
Type: Feature
Severity: 3 (minor)
Area: Logging

After installing the latest Mongoose, as well as Glimpse Node package, the following two logs show up in nearly all of my requests: ![logs](https://cloud.githubusercontent.com/assets/116461/18571764/eee81e88-7b69-11e6-93d8-1f6ab572ac45.PNG) Neither of these are actionable for...

Reported: User
Type: Feature
Severity: 2 (major)
Status: Needs Investigating
Area: Logging

**Update (4:01 PM 9/19/2016)** - This same issue impacts the `res.links` method as well, and has the same odd display as the `res.cookie` method. --- **Repro steps:** 1. Write a...

Reported: User
Type: Bug
Severity: 1 (critical)